This commit is contained in:
Paul 2001-01-04 17:07:29 +00:00
parent 66ef88538c
commit db82702cef
2 changed files with 4 additions and 4 deletions

View file

@ -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();
}