add EDIT_MODE_PRACTICE

This commit is contained in:
Chris Danford
2005-04-14 06:34:17 +00:00
parent 767a8b9296
commit 976e497de7
13 changed files with 287 additions and 283 deletions
+3 -3
View File
@@ -45,9 +45,9 @@ enum CourseEntryMenuRow
static Menu g_CourseOptionsMenu(
"ScreenMiniMenuCourseOptions",
MenuRow( repeat, "Repeat", true, true, 0, "NO","YES" ),
MenuRow( randomize, "Randomize", true, true, 0, "NO","YES" ),
MenuRow( lives, "Lives", true, true, 4, "Use Bar Life","1","2","3","4","5","6","7","8","9","10" )
MenuRow( repeat, "Repeat", true, EDIT_MODE_FULL, 0, "NO","YES" ),
MenuRow( randomize, "Randomize", true, EDIT_MODE_FULL, 0, "NO","YES" ),
MenuRow( lives, "Lives", true, EDIT_MODE_FULL, 4, "Use Bar Life","1","2","3","4","5","6","7","8","9","10" )
);
enum CourseOptionsMenuRow