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