fix crash after Reload Songs-Courses

This commit is contained in:
Chris Danford
2003-08-06 08:06:27 +00:00
parent 44e28a2e89
commit b6084073e9
3 changed files with 29 additions and 29 deletions
+1 -2
View File
@@ -107,8 +107,7 @@ void ScreenOptionsMenu::GoToNextState()
case OM_MACHINE: SCREENMAN->SetNewScreen("ScreenMachineOptions"); break;
// case OM_SOUND: SCREENMAN->SetNewScreen("ScreenSoundOptions"); break;
case OM_RELOAD:
SONGMAN->ReloadSongs();
SONGMAN->ReloadCourses();
SONGMAN->Reload();
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
break;
default: // Exit