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
@@ -12,7 +12,7 @@ StepManiaLanServer::StepManiaLanServer() { }
StepManiaLanServer::~StepManiaLanServer() { }
#else
static Preference<float> g_fStartWait( Options, "ServerWaitSeconds", 2 );
static Preference<float> g_fStartWait( "ServerWaitSeconds", 2 );
LanPlayer::LanPlayer()
{