This commit is contained in:
Paul 2001-07-02 16:44:52 +00:00
parent 6df3e38607
commit c61a46a809
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -196,6 +196,9 @@ void CFrontEndStart::select()
m_state=STATE_SELECT;
m_selectedSlot=0;
m_slotDrawOffset=0;
CSoundMediator::setSong(CSoundMediator::SONG_MEMCARD2);
CSoundMediator::playSong();
}
/*----------------------------------------------------------------------
@ -206,6 +209,7 @@ void CFrontEndStart::select()
---------------------------------------------------------------------- */
void CFrontEndStart::unselect()
{
CSoundMediator::dumpSong();
}
/*----------------------------------------------------------------------