Changeset - r16267:a8eda39e7e5a
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-10-17 17:52:12
rubidium@openttd.org
(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once again :)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/network/network.cpp
Show inline comments
 
@@ -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);
 
			}
 
		}
 

	
0 comments (0 inline, 0 general)