summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-22 21:30:21 +0000
committerrubidium <rubidium@openttd.org>2008-12-22 21:30:21 +0000
commitf49cc67f83ca08f9b319f85ec1b5db7f1fbb1b20 (patch)
treec1c710f0339790ab0ef9bbfed4f662d520e1ba1e /src/network/network_func.h
parent573d1b324a1b919efa76763c94bdf3075bd2bfa8 (diff)
downloadopenttd-f49cc67f83ca08f9b319f85ec1b5db7f1fbb1b20.tar.xz
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ClientIndex
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index e79d7926f..f5bcff496 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -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);