From db82702ceff487f6c053db2e49a9fd3068ccba29 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 4 Jan 2001 17:07:29 +0000 Subject: [PATCH] --- source/frontend/demomode.cpp | 2 +- source/frontend/frontend.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/frontend/demomode.cpp b/source/frontend/demomode.cpp index 8b0e631d4..1bc9b9e93 100644 --- a/source/frontend/demomode.cpp +++ b/source/frontend/demomode.cpp @@ -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 diff --git a/source/frontend/frontend.cpp b/source/frontend/frontend.cpp index d4707cf68..93fec5ed3 100644 --- a/source/frontend/frontend.cpp +++ b/source/frontend/frontend.cpp @@ -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(); }