This commit is contained in:
Paul 2001-07-02 16:34:37 +00:00
parent ec407d5e44
commit 0235bb84f5
2 changed files with 14 additions and 0 deletions

View file

@ -208,6 +208,9 @@ void CShopScene::init()
m_pointerIcon=new ("MapPointer") CPointerIcon();
m_pointerIcon->snapToTarget(getPointerTarget());
CSoundMediator::setSong(CSoundMediator::SONG_SHOPSCREEN);
CSoundMediator::playSong();
}
@ -219,6 +222,8 @@ void CShopScene::init()
---------------------------------------------------------------------- */
void CShopScene::shutdown()
{
CSoundMediator::dumpSong();
delete m_pointerIcon;
m_guiCannotAffordFrame->shutdown();