This commit is contained in:
Paul 2001-07-12 14:54:02 +00:00
parent a4880148d0
commit 925fb63545

View file

@ -311,23 +311,23 @@ void CFrontEndMainTitles::think(int _frames)
if(m_mode==MODE__PRESS_START||m_mode==MODE__SELECT_OPTION) if(m_mode==MODE__PRESS_START||m_mode==MODE__SELECT_OPTION)
{ {
m_demoTimeout+=_frames;
/*
if(!PadGetHeld(0)) if(!PadGetHeld(0))
{ {
m_demoTimeout+=_frames;
if(m_demoTimeout>DEMO_TIMEOUT_IN_SECONDS*GameState::getOneSecondInFrames()) if(m_demoTimeout>DEMO_TIMEOUT_IN_SECONDS*GameState::getOneSecondInFrames())
{ {
/*
CFader::setFadingOut(); CFader::setFadingOut();
m_mode=MODE__GOTO_DEMO; m_mode=MODE__GOTO_DEMO;
if(m_mainMenu->isSelected()) if(m_mainMenu->isSelected())
m_mainMenu->unselect(); m_mainMenu->unselect();
*/
} }
} }
else else
{ {
m_demoTimeout=0; m_demoTimeout=0;
} }
*/
} }
} }