This commit is contained in:
Paul 2001-06-19 15:59:09 +00:00
parent 914a5338cb
commit 392e55df39
2 changed files with 10 additions and 1 deletions

View File

@ -56,6 +56,10 @@
#include "frontend\scrollbg.h"
#endif
#ifndef __SOUND_SOUND_H__
#include "sound\sound.h"
#endif
/* Std Lib
------- */
@ -307,6 +311,9 @@ mode=mode_none;
m_frame=DELAY_TIME;
m_shuttingDown=false;
CSoundMediator::setSong(CSoundMediator::SONG_GAMECOMPLETE);
CSoundMediator::playSong();
}
/*----------------------------------------------------------------------
@ -321,6 +328,8 @@ void CFrontEndCredits::unselect()
MemCard::Stop();
delete sl;
#endif
CSoundMediator::dumpSong();
m_background2->shutdown(); delete m_background2;
m_background1->shutdown(); delete m_background1;

View File

@ -194,7 +194,7 @@ void CFrontEndMainTitles::select()
ASSERT(s_image);
SetScreenImage(s_image);
CSoundMediator::setSong(CSoundMediator::SONG_OPTIONS);
CSoundMediator::setSong(CSoundMediator::SONG_TITLE);
m_musicStarted=false;
CFader::setFadingIn();