From 79f1b638a77492c14e2afe42c8248d57661d1e78 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 13 Jul 2011 03:35:09 -0400 Subject: [PATCH] Respect the order. --- src/ScreenEdit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEdit.h b/src/ScreenEdit.h index 606921ec32..6aa9954500 100644 --- a/src/ScreenEdit.h +++ b/src/ScreenEdit.h @@ -510,11 +510,11 @@ public: { difficulty, /**< What is the difficulty of this chart? */ meter, /**< What is the numerical rating of this chart? */ + predict_meter, /**< What does the game think this chart's rating should be? */ chartname, /**< What is the name of this chart? */ description, /**< What is the description of this chart? */ chartstyle, /**< How is this chart meant to be played? */ step_credit, /**< Who wrote this individual chart? */ - predict_meter, /**< What does the game think this chart's rating should be? */ step_display_bpm, step_min_bpm, step_max_bpm,