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, 0 insertions, 2 deletions
diff --git a/ai/ai.h b/ai/ai.h
index 97747aa7b..cb18882ca 100644
--- a/ai/ai.h
+++ b/ai/ai.h
@@ -39,9 +39,7 @@ typedef struct AIStruct {
bool network_client; //! Are we a network_client?
uint8 network_playas; //! The current network player we are connected as
-#ifdef GPMI
bool gpmi; //! True if we want GPMI AIs
-#endif /* GPMI */
} AIStruct;
VARDEF AIStruct _ai;