openttd.c
changeset 2228 93cdde0f85ba
parent 2204 c7ce008b5775
child 2234 8a9b4c6d9c2a
equal deleted inserted replaced
2227:4a6aba550173 2228:93cdde0f85ba
   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