openttd.c
changeset 2228 7014d372374f
parent 2204 49bbde7640dd
child 2234 d44294cfea36
equal deleted inserted replaced
2227:24f19bde1400 2228:7014d372374f
   519 			NetworkClientConnectGame(network_conn, rport);
   519 			NetworkClientConnectGame(network_conn, rport);
   520 		}
   520 		}
   521 	}
   521 	}
   522 #endif /* ENABLE_NETWORK */
   522 #endif /* ENABLE_NETWORK */
   523 
   523 
   524 	while (_video_driver->main_loop() == ML_SWITCHDRIVER) {}
   524 	_video_driver->main_loop();
   525 
   525 
   526 	JoinOTTDThread();
   526 	JoinOTTDThread();
   527 	IConsoleFree();
   527 	IConsoleFree();
   528 
   528 
   529 #ifdef ENABLE_NETWORK
   529 #ifdef ENABLE_NETWORK