(svn r22701) [1.1] -Backport from trunk:

- Fix: [Network] Failed network address resolving could trigger temporary freezes [FS#4697] (r22696, r22695)
- Fix: [NewGRF] The override managers were not reset in some cases like creating a new scenario [FS#4691] (r22693)
- Fix: [NewGRF] Aircrafts defined with IDs above the default aircrafts always defaulted to passenger cargo (r22690)
This commit is contained in:
rubidium
2011-07-30 17:45:37 +00:00
parent 4b800313f4
commit a51531e410
12 changed files with 37 additions and 26 deletions
-1
View File
@@ -832,7 +832,6 @@ void NetworkUDPGameLoop()
} else {
_udp_client_socket->ReceivePackets();
if (_network_udp_broadcast > 0) _network_udp_broadcast--;
NetworkGameListRequery();
}
}