drop StepMania.ini sections. Almost everything is in [Options], and it's

hard enough keeping straight which arbitrary options screen an option
is in without having a separate categorization for the INI.  (This will
simplify later changes.)
This commit is contained in:
Glenn Maynard
2005-05-19 01:25:38 +00:00
parent cf933964f2
commit ea1bede8c3
7 changed files with 265 additions and 279 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ static const char* g_szKeys[NUM_KEYBOARD_ROWS][KEYS_PER_ROW] =
{"","","Space","","","Backsp","","","Cancel","","","Done",""},
};
static Preference<bool> g_bAllowOldKeyboardInput( Options, "AllowOldKeyboardInput", true );
static Preference<bool> g_bAllowOldKeyboardInput( "AllowOldKeyboardInput", true );
float GetButtonX( int x )
{