From 1dba3cd96da5725479aa5878aaf7fe1d982e7cda Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 14 Sep 2003 01:49:03 +0000 Subject: [PATCH] allow setting up to 15-feet in the editor, if you really want to --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index e802db1729..5fc6f84849 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -168,7 +168,7 @@ Menu g_EditNotesStatistics ( "Statistics", MenuRow( "Difficulty", true, 0, "BEGINNER","EASY","MEDIUM","HARD","CHALLENGE" ), - MenuRow( "Meter", true, 0, "1","2","3","4","5","6","7","8","9","10","11" ), + MenuRow( "Meter", true, 0, "1","2","3","4","5","6","7","8","9","10","11","12","13","14","15" ), MenuRow( "Description", true ), MenuRow( "Tap Steps", false ), MenuRow( "Hold Steps", false ),