mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-27 15:14:21 +00:00
Merge branch 'minor_bugfixes' into poke646_vendetta
This commit is contained in:
commit
ec5a394b72
@ -1342,6 +1342,8 @@ BOOL CTalkMonster::CanFollow( void )
|
||||
{
|
||||
if( m_MonsterState == MONSTERSTATE_SCRIPT )
|
||||
{
|
||||
if( !m_pCine )
|
||||
return FALSE;
|
||||
if( !m_pCine->CanInterrupt() )
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user