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
+4 -1
View File
@@ -1381,7 +1381,10 @@ void ScreenEvaluation::EndScreen()
if( PREFSMAN->m_bEventMode )
{
m_Menu.StartTransitioning( SM_GoToNextScreen );
if( GAMESTATE->IsCourseMode() )
m_Menu.StartTransitioning( SM_GoToSelectCourse );
else
m_Menu.StartTransitioning( SM_GoToNextScreen );
}
else // not event mode
{