(svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:37:06 +00:00
parent e95718bf43
commit e54a1f6721
5 changed files with 22 additions and 22 deletions

View File

@@ -118,6 +118,7 @@ public:
};
void NetworkServer_Tick(bool send_frame);
void HashCurrentCompanyPassword(const char *password);
#define FOR_ALL_CLIENT_SOCKETS_FROM(var, start) FOR_ALL_ITEMS_FROM(NetworkClientSocket, clientsocket_index, var, start)
#define FOR_ALL_CLIENT_SOCKETS(var) FOR_ALL_CLIENT_SOCKETS_FROM(var, 0)