mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 06:59:10 +00:00
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user