mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-11 06:24:30 +00:00
Merge branch 'minor_bugfixes' into poke646
This commit is contained in:
commit
163bc4cb73
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user