This commit is contained in:
parent
66ef88538c
commit
db82702cef
@ -167,7 +167,7 @@ void CFrontEndDemoMode::render()
|
||||
---------------------------------------------------------------------- */
|
||||
void CFrontEndDemoMode::think(int _frames)
|
||||
{
|
||||
if(!m_shuttingDown)
|
||||
if(!m_shuttingDown&&!CFader::isFading())
|
||||
{
|
||||
count+=_frames;
|
||||
if(PadGetDown(0)&PAD_START||count>60*20) // OR DEMO ENDED
|
||||
|
@ -140,8 +140,8 @@ void CFrontEndScene::init()
|
||||
m_font->initialise(&standardFont);
|
||||
m_font->setJustification(FontBank::JUST_CENTRE);
|
||||
|
||||
CSoundMediator::setSong(CSoundMediator::SONG_TITLE);
|
||||
CSoundMediator::playSong();
|
||||
// CSoundMediator::setSong(CSoundMediator::SONG_TITLE);
|
||||
// CSoundMediator::playSong();
|
||||
}
|
||||
|
||||
|
||||
@ -161,7 +161,7 @@ void CFrontEndScene::shutdown()
|
||||
s_modeCodes[i]->shutdown();
|
||||
}
|
||||
|
||||
CSoundMediator::dumpSong();
|
||||
// CSoundMediator::dumpSong();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user