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
+2 -2
View File
@@ -14,8 +14,8 @@
#include "arch/arch.h"
Preference<float> g_fLightsFalloffSeconds( Options, "LightsFalloffSeconds", 0.1f );
Preference<float> g_fLightsAheadSeconds( Options, "LightsAheadSeconds", 0.05f );
Preference<float> g_fLightsFalloffSeconds( "LightsFalloffSeconds", 0.1f );
Preference<float> g_fLightsAheadSeconds( "LightsAheadSeconds", 0.05f );
static const CString CabinetLightNames[] = {