summaryrefslogtreecommitdiff
path: root/ai/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'ai/ai.h')
-rw-r--r--ai/ai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai/ai.h b/ai/ai.h
index 174cf287c..910e050b1 100644
--- a/ai/ai.h
+++ b/ai/ai.h
@@ -31,7 +31,7 @@ typedef struct AIStruct {
/* For network-clients (a OpenTTD client who acts as an AI connected to a server) */
bool network_client; //! Are we a network_client?
- uint8 network_player; //! The current network player we are connected as
+ uint8 network_playas; //! The current network player we are connected as
} AIStruct;
VARDEF AIStruct _ai;