ttd.c
changeset 1109 ecb98f43ba2c
parent 1105 597b9e7955b5
child 1115 55b99683ce51
equal deleted inserted replaced
1108:a9112b3e7bc5 1109:ecb98f43ba2c
   727 			if (port != NULL) rport = atoi(port);
   727 			if (port != NULL) rport = atoi(port);
   728 
   728 
   729 			LoadIntroGame();
   729 			LoadIntroGame();
   730 			_switch_mode = SM_NONE;
   730 			_switch_mode = SM_NONE;
   731 			NetworkClientConnectGame(network_conn, rport);
   731 			NetworkClientConnectGame(network_conn, rport);
   732 		} 
   732 		}
   733 	}
   733 	}
   734 #endif /* ENABLE_NETWORK */
   734 #endif /* ENABLE_NETWORK */
   735 
   735 
   736 	while (_video_driver->main_loop() == ML_SWITCHDRIVER) {}
   736 	while (_video_driver->main_loop() == ML_SWITCHDRIVER) {}
   737 
   737