mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-18 21:18:10 +00:00
(svn r8650) [0.5] -Fix: 'Searching Server' is not worthy of debug level 0, as this opens an extra window on MorphOS for no reason.
This commit is contained in:
parent
3f987f460d
commit
9aa9579283
@ -736,7 +736,7 @@ void NetworkUDPSearchGame(void)
|
||||
if (!NetworkUDPListen(&_udp_client_socket, 0, 0, true))
|
||||
return;
|
||||
|
||||
DEBUG(net, 0)("[NET][UDP] Searching server");
|
||||
DEBUG(net, 2)("[NET][UDP] Searching server");
|
||||
|
||||
NetworkUDPBroadCast(_udp_client_socket);
|
||||
_network_udp_broadcast = 300; // Stay searching for 300 ticks
|
||||
|
Loading…
Reference in New Issue
Block a user