mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-23 20:09:45 +03:00
Added prototype Response System library port from the Alien Swarm SDK
This commit is contained in:
@@ -2033,7 +2033,11 @@ bool CAI_BaseActor::UseSemaphore( void )
|
||||
|
||||
CAI_Expresser *CAI_BaseActor::CreateExpresser()
|
||||
{
|
||||
#ifdef NEW_RESPONSE_SYSTEM
|
||||
m_pExpresser = new CAI_ExpresserWithFollowup(this);
|
||||
#else
|
||||
m_pExpresser = new CAI_Expresser(this);
|
||||
#endif
|
||||
return m_pExpresser;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user