Use ScreenManager's preload logic, instead of manually loading

a bunch of screens.
This commit is contained in:
Glenn Maynard
2006-01-30 07:09:25 +00:00
parent 3229a7fbf4
commit 57947b2252
3 changed files with 3 additions and 8 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ function GetEditModeSubScreens()
"ScreenMiniMenuBackgroundChange," ..
"ScreenMiniMenuInsertTapAttack," ..
"ScreenMiniMenuInsertCourseAttack," ..
"ScreenMiniMenuCourseDisplay";
"ScreenMiniMenuCourseDisplay," ..
"ScreenEditOptions";
end
function GetCoursesToShowRanking()