mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3438) - Fix: first request company data, then general. Yes, it should be the other way around, but with the current network code this doesn't work. So workaround (have some nice promise from TrueLight for fixing ;))
This commit is contained in:
parent
fa735869e1
commit
bc450bbc9a
@ -792,8 +792,8 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e)
|
||||
NetworkClientConnectGame(_network_last_host, _network_last_port);
|
||||
break;
|
||||
case 10: /* Refresh */
|
||||
NetworkUDPQueryServer(_network_last_host, _network_last_port); // general data
|
||||
NetworkQueryServer(_network_last_host, _network_last_port, false); // company info
|
||||
NetworkUDPQueryServer(_network_last_host, _network_last_port); // general data
|
||||
break;
|
||||
} break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user