mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Initial Mapbase commit (squashed from mapbase-beta)
This commit is contained in:
@@ -411,6 +411,17 @@ void CAI_BehaviorBase::HandleAnimEvent( animevent_t *pEvent )
|
||||
m_pBackBridge->BackBridge_HandleAnimEvent( pEvent );
|
||||
}
|
||||
|
||||
#ifdef MAPBASE
|
||||
//-------------------------------------
|
||||
|
||||
bool CAI_BehaviorBase::CanUnholsterWeapon( void )
|
||||
{
|
||||
Assert( m_pBackBridge != NULL );
|
||||
|
||||
return m_pBackBridge->BackBridge_CanUnholsterWeapon();
|
||||
}
|
||||
#endif
|
||||
|
||||
//-------------------------------------
|
||||
|
||||
bool CAI_BehaviorBase::NotifyChangeBehaviorStatus( bool fCanFinishSchedule )
|
||||
|
||||
Reference in New Issue
Block a user