From 11d142e5f9a379d7a7cdffe5e0869d9b56b5589a Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 17 Jul 2001 18:27:45 +0000 Subject: [PATCH] --- source/fma/fma.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/fma/fma.cpp b/source/fma/fma.cpp index afc73de8f..cb6d37587 100644 --- a/source/fma/fma.cpp +++ b/source/fma/fma.cpp @@ -1520,7 +1520,10 @@ void CFmaScene::think(int _frames) while(!m_doOtherProcessing); } - m_frameCount++; + if(*m_pc!=SC_WAIT_ON_CONVERSATION) + { + m_frameCount++; + } } CThingManager::thinkAllThings(_frames);