mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-13 08:27:57 +00:00
Merge branch 'minor_bugfixes' into bshift
This commit is contained in:
commit
9b40735be9
@ -1343,6 +1343,8 @@ BOOL CTalkMonster::CanFollow( void )
|
||||
{
|
||||
if( m_MonsterState == MONSTERSTATE_SCRIPT )
|
||||
{
|
||||
if( !m_pCine )
|
||||
return FALSE;
|
||||
if( !m_pCine->CanInterrupt() )
|
||||
return FALSE;
|
||||
}
|
||||
|
@ -30,8 +30,8 @@
|
||||
#ifdef CLIENT_DLL
|
||||
// Spectator Mode
|
||||
int iJumpSpectator;
|
||||
float vJumpOrigin[3];
|
||||
float vJumpAngles[3];
|
||||
extern float vJumpOrigin[3];
|
||||
extern float vJumpAngles[3];
|
||||
#endif
|
||||
|
||||
static int pm_shared_initialized = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user