This commit is contained in:
Paul 2001-07-02 16:29:53 +00:00
parent d77885519f
commit 71e7da1703
3 changed files with 10 additions and 1 deletions

View file

@ -212,6 +212,9 @@ void CMapScene::init()
m_readyToExit=false;
CFader::setFadingIn();
CSoundMediator::setSong(CSoundMediator::SONG_MAPSCREEN);
CSoundMediator::playSong();
}
@ -223,6 +226,8 @@ void CMapScene::init()
---------------------------------------------------------------------- */
void CMapScene::shutdown()
{
CSoundMediator::dumpSong();
ClearScreenImage();
delete m_pointerIcon;
MemFree(m_mapBackgroundImage);