This commit is contained in:
parent
6df3e38607
commit
c61a46a809
3 changed files with 4 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -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();
|
||||
}
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue