This commit is contained in:
parent
1c2b174733
commit
85076e653d
6 changed files with 16 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue