Merge branch 'minor_bugfixes' into poke646_vendetta

This commit is contained in:
Night Owl 2016-12-07 01:09:46 +05:00
commit ec5a394b72

View File

@ -1342,6 +1342,8 @@ BOOL CTalkMonster::CanFollow( void )
{
if( m_MonsterState == MONSTERSTATE_SCRIPT )
{
if( !m_pCine )
return FALSE;
if( !m_pCine->CanInterrupt() )
return FALSE;
}