summaryrefslogtreecommitdiff
path: root/ai/ai.h
diff options
context:
space:
mode:
Diffstat (limited to 'ai/ai.h')
-rw-r--r--ai/ai.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ai/ai.h b/ai/ai.h
index 440d3347a..aedb5b5cd 100644
--- a/ai/ai.h
+++ b/ai/ai.h
@@ -32,10 +32,6 @@ typedef struct AIStruct {
/* General */
bool enabled; ///< Is AI enabled?
uint tick; ///< The current tick (something like _frame_counter, only for AIs)
-
- /* 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_playas; ///< The current network player we are connected as
} AIStruct;
VARDEF AIStruct _ai;