File diff r1108:5ffe440bcfdc → r1109:6c0cc4a443a2
ttd.c
Show inline comments
 
@@ -726,13 +726,13 @@ int ttd_main(int argc, char* argv[])
 
			if (player != NULL) _network_playas = atoi(player);
 
			if (port != NULL) rport = atoi(port);
 

	
 
			LoadIntroGame();
 
			_switch_mode = SM_NONE;
 
			NetworkClientConnectGame(network_conn, rport);
 
		} 
 
		}
 
	}
 
#endif /* ENABLE_NETWORK */
 

	
 
	while (_video_driver->main_loop() == ML_SWITCHDRIVER) {}
 

	
 
	IConsoleFree();