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 ),