Networking now tells user if connection was successful or unsuccessful.

This commit is contained in:
Charles Lohr
2004-04-29 01:03:28 +00:00
parent efc61b33d6
commit 858b3fa587
3 changed files with 38 additions and 1 deletions
+3
View File
@@ -921,6 +921,9 @@ static void ProcessArgsSecond()
//use it a lot.
if( GetCommandlineArgument( "course", & Argument ) )
ArgStartCourse(Argument);
if( GetCommandlineArgument( "netip" ) )
NSMAN->DisplayStartupStatus(); //If we're using networking show what happend
}
int main(int argc, char* argv[])