network_server.h
changeset 3623 2dd90d28fe20
parent 2548 97ada3bd2702
child 4490 f527db973ad6
--- a/network_server.h	Sat Apr 22 09:25:36 2006 +0000
+++ b/network_server.h	Sat Apr 22 09:46:31 2006 +0000
@@ -12,7 +12,7 @@
 DEF_SERVER_SEND_COMMAND(PACKET_SERVER_NEWGAME);
 DEF_SERVER_SEND_COMMAND_PARAM(PACKET_SERVER_RCON)(NetworkClientState *cs, uint16 color, const char *command);
 
-bool NetworkFindName(char new_name[NETWORK_NAME_LENGTH]);
+bool NetworkFindName(char new_name[NETWORK_CLIENT_NAME_LENGTH]);
 void NetworkServer_HandleChat(NetworkAction action, DestType desttype, int dest, const char *msg, uint16 from_index);
 
 bool NetworkServer_ReadPackets(NetworkClientState *cs);