1
0
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:
rubidium
2010-10-17 17:52:12 +00:00
parent cca0ca3d70
commit 9a5e272195

View File

@@ -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);
}
}