This commit is contained in:
parent
a4880148d0
commit
925fb63545
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue