mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
This commit is contained in:
parent
cca0ca3d70
commit
9a5e272195
@ -451,7 +451,7 @@ void NetworkClose(bool close_admins)
|
||||
if (close_admins) {
|
||||
ServerNetworkAdminSocketHandler *as;
|
||||
FOR_ALL_ADMIN_SOCKETS(as) {
|
||||
as->CloseConnection(NETWORK_RECV_STATUS_CONN_LOST);
|
||||
as->CloseConnection(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user