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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user