economy.c
changeset 716 40a349345f82
parent 687 e8d646a00eb1
child 762 7afe6c8554cb
--- a/economy.c	Sun Dec 19 09:39:19 2004 +0000
+++ b/economy.c	Sun Dec 19 10:17:26 2004 +0000
@@ -402,7 +402,7 @@
 					// If we are the server, make sure it is clear that his player is no
 					//  longer with us!
 					NetworkClientInfo *ci;
-					ClientState *cs;
+					NetworkClientState *cs;
 					/* Find all clients that were in control of this company */
 					FOR_ALL_CLIENTS(cs) {
 						ci = DEREF_CLIENT_INFO(cs);