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