This commit is contained in:
Paul 2001-01-31 16:11:42 +00:00
parent 152cba0fbc
commit bf44855659
3 changed files with 43 additions and 3 deletions

View file

@ -311,6 +311,7 @@ void CFrontEndMainTitles::think(int _frames)
case MODE__PRESS_START:
if(!CFader::isFading()&&PadGetDown(0)&PAD_START)
{
CSoundMediator::playSfx(CSoundMediator::SFX_FRONT_END__OK);
m_mode=MODE__SELECT_OPTION;
m_mainMenu->select();
}