ScreenMessaged' some stuff, and now shows "Initilizing Network" when attempting to connect to server on start.

This commit is contained in:
Charles Lohr
2004-08-18 01:02:06 +00:00
parent c547fa8ebd
commit 0decd5c7eb
5 changed files with 44 additions and 16 deletions
+2 -3
View File
@@ -1050,11 +1050,10 @@ int main(int argc, char* argv[])
PROFILEMAN = new ProfileManager;
PROFILEMAN->Init(); // must load after SONGMAN
UNLOCKMAN = new UnlockSystem;
NSMAN = new NetworkSyncManager( loading_window );
delete loading_window; // destroy this before init'ing Display
NSMAN = new NetworkSyncManager;
//Load Network Sync manager, but do not connect
ProcessArgsFirst();