This commit is contained in:
Paul 2001-04-17 21:40:16 +00:00
parent 6453e168ee
commit e560dec50b
8 changed files with 71 additions and 81 deletions

View file

@ -357,10 +357,12 @@ void CFrontEndMainTitles::think(int _frames)
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