Browse Source

Merge branch 'minor_bugfixes' into poke646

poke646
Night Owl 8 years ago
parent
commit
163bc4cb73
  1. 2
      dlls/talkmonster.cpp

2
dlls/talkmonster.cpp

@ -1342,6 +1342,8 @@ BOOL CTalkMonster::CanFollow( void ) @@ -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…
Cancel
Save