This commit is contained in:
parent
0a9837d6e2
commit
6da5211f7b
@ -570,7 +570,8 @@ void CGameScene::think_playing(int _frames)
|
|||||||
|
|
||||||
|
|
||||||
// Auto-timer stuff
|
// Auto-timer stuff
|
||||||
if(m_levelHasTimer)
|
if(m_levelHasTimer&&
|
||||||
|
!CConversation::isActive()&&!m_pauseMenu->isActive())
|
||||||
{
|
{
|
||||||
m_timer-=_frames;
|
m_timer-=_frames;
|
||||||
if(m_timer<0)
|
if(m_timer<0)
|
||||||
|
Loading…
Reference in New Issue
Block a user