This commit is contained in:
Glenn Maynard
2004-05-03 20:51:20 +00:00
parent 599211722d
commit 0c485b164e
2 changed files with 0 additions and 71 deletions
-16
View File
@@ -916,24 +916,8 @@ static void ProcessArgsSecond()
if( GetCommandlineArgument( "test2" ) )
LOG->Info ("Test2");
//--Course=[coursename]
//Will start the given course when StepMania
//starts, disallows player options.
//"ArgStartCourse", is in the NSManager
//bacause Networked StepMania will
//use it a lot.
if( GetCommandlineArgument( "netip" ) )
NSMAN->DisplayStartupStatus(); //If we're using networking show what happend
if( GetCommandlineArgument( "course", & Argument ) )
ArgStartCourse(Argument);
if( GetCommandlineArgument( "jumpscreen", & Argument ) )
SCREENMAN->SetNewScreen(Argument);
}
int main(int argc, char* argv[])