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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user