fix event mode + battle bug

This commit is contained in:
Chris Danford
2003-05-05 04:13:39 +00:00
parent 7385581ccd
commit d6cbbdafe6
2 changed files with 6 additions and 16 deletions
+1 -13
View File
@@ -865,19 +865,7 @@ void ScreenEvaluation::MenuStart( PlayerNumber pn )
if( PREFSMAN->m_bEventMode )
{
switch( GAMESTATE->m_PlayMode )
{
case PLAY_MODE_ARCADE:
m_Menu.StartTransitioning( SM_GoToNextScreen );
break;
case PLAY_MODE_NONSTOP:
case PLAY_MODE_ONI:
case PLAY_MODE_ENDLESS:
m_Menu.StartTransitioning( SM_GoToSelectCourse );
break;
default:
ASSERT(0);
}
m_Menu.StartTransitioning( SM_GoToNextScreen );
}
else // not event mode
{