Placed command lines in. And put in support to make a in-game connect
or disconnect for connect to SM Server. (If it ever comes up)
This commit is contained in:
@@ -919,11 +919,17 @@ static void ProcessArgsSecond()
|
||||
//"ArgStartCourse", is in the NSManager
|
||||
//bacause Networked StepMania will
|
||||
//use it a lot.
|
||||
if( GetCommandlineArgument( "course", & Argument ) )
|
||||
ArgStartCourse(Argument);
|
||||
if( GetCommandlineArgument( "mode",& Argument ) )
|
||||
ArgSetMode(Argument);
|
||||
|
||||
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[])
|
||||
|
||||
Reference in New Issue
Block a user