This commit is contained in:
parent
892294dd3b
commit
11d142e5f9
1 changed files with 4 additions and 1 deletions
|
@ -1520,8 +1520,11 @@ void CFmaScene::think(int _frames)
|
|||
while(!m_doOtherProcessing);
|
||||
}
|
||||
|
||||
if(*m_pc!=SC_WAIT_ON_CONVERSATION)
|
||||
{
|
||||
m_frameCount++;
|
||||
}
|
||||
}
|
||||
|
||||
CThingManager::thinkAllThings(_frames);
|
||||
CConversation::think(_frames);
|
||||
|
|
Loading…
Add table
Reference in a new issue