From 925fb63545090845dbd7d8cfe415a4d60c59ed70 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 12 Jul 2001 14:54:02 +0000 Subject: [PATCH] --- source/frontend/maintitl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/frontend/maintitl.cpp b/source/frontend/maintitl.cpp index 3a9779524..af9c1e989 100644 --- a/source/frontend/maintitl.cpp +++ b/source/frontend/maintitl.cpp @@ -311,23 +311,23 @@ void CFrontEndMainTitles::think(int _frames) if(m_mode==MODE__PRESS_START||m_mode==MODE__SELECT_OPTION) { + m_demoTimeout+=_frames; + /* if(!PadGetHeld(0)) { - m_demoTimeout+=_frames; if(m_demoTimeout>DEMO_TIMEOUT_IN_SECONDS*GameState::getOneSecondInFrames()) { -/* CFader::setFadingOut(); m_mode=MODE__GOTO_DEMO; if(m_mainMenu->isSelected()) m_mainMenu->unselect(); -*/ } } else { m_demoTimeout=0; } + */ } }