From e5cb2555ed6720974ceb31c634920d6b8e97af98 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Jul 2004 20:27:59 +0000 Subject: [PATCH] move "predicted meter" down, and gray it out --- stepmania/src/ScreenEdit.cpp | 2 +- stepmania/src/ScreenEdit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 9e225bb3fd..913a0ce715 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -180,8 +180,8 @@ static const MenuRow g_EditNotesStatisticsItems[] = { { "Difficulty", true, 0, { "BEGINNER","EASY","MEDIUM","HARD","CHALLENGE","EDIT" } }, { "Meter", true, 0, { "1","2","3","4","5","6","7","8","9","10","11","12","13","14","15" } }, - { "Predicted Meter", true, 0, { NULL } }, { "Description", true, 0, { NULL } }, + { "Predicted Meter", false, 0, { NULL } }, { "Tap Steps", false, 0, { NULL } }, { "Hold Steps", false, 0, { NULL } }, { "Stream", false, 0, { NULL } }, diff --git a/stepmania/src/ScreenEdit.h b/stepmania/src/ScreenEdit.h index 8a539888b0..6dd9d9610a 100644 --- a/stepmania/src/ScreenEdit.h +++ b/stepmania/src/ScreenEdit.h @@ -146,8 +146,8 @@ public: enum EditNotesStatisticsChoice { difficulty, meter, - predict_meter, description, + predict_meter, tap_notes, hold_notes, stream,