(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ClientIndex

This commit is contained in:
rubidium
2008-12-22 21:30:21 +00:00
parent dbb2950e83
commit 7403790ba4
6 changed files with 28 additions and 28 deletions

View File

@@ -51,7 +51,7 @@ void NetworkServerChangeOwner(Owner current_owner, Owner new_owner);
void NetworkServerShowStatusToConsole();
bool NetworkServerStart();
NetworkClientInfo *NetworkFindClientInfoFromIndex(ClientID client_id);
NetworkClientInfo *NetworkFindClientInfoFromClientID(ClientID client_id);
NetworkClientInfo *NetworkFindClientInfoFromIP(const char *ip);
const char* GetClientIP(const NetworkClientInfo *ci);