This commit is contained in:
Paul 2001-07-17 18:27:45 +00:00
parent 892294dd3b
commit 11d142e5f9

View file

@ -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);