fix going from evaluation back to select course screen in event mode

This commit is contained in:
Glenn Maynard
2004-02-16 07:25:25 +00:00
parent 731359fb0a
commit 08a1a67831
+3
View File
@@ -1381,6 +1381,9 @@ void ScreenEvaluation::EndScreen()
if( PREFSMAN->m_bEventMode ) if( PREFSMAN->m_bEventMode )
{ {
if( GAMESTATE->IsCourseMode() )
m_Menu.StartTransitioning( SM_GoToSelectCourse );
else
m_Menu.StartTransitioning( SM_GoToNextScreen ); m_Menu.StartTransitioning( SM_GoToNextScreen );
} }
else // not event mode else // not event mode