diff --git a/source/game/game.cpp b/source/game/game.cpp index 71005e2e4..da1598336 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -570,7 +570,8 @@ void CGameScene::think_playing(int _frames) // Auto-timer stuff - if(m_levelHasTimer) + if(m_levelHasTimer&& + !CConversation::isActive()&&!m_pauseMenu->isActive()) { m_timer-=_frames; if(m_timer<0)