summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.c b/settings.c
index 38a84c3a7..7463ad522 100644
--- a/settings.c
+++ b/settings.c
@@ -11,7 +11,6 @@
#include "variables.h"
#include "network.h"
#include "settings.h"
-#include "ai/ai.h"
typedef struct IniFile IniFile;
typedef struct IniItem IniItem;
@@ -944,7 +943,6 @@ const SettingDesc patch_settings[] = {
{"ainew_active", SDT_BOOL, (void*)false, &_patches.ainew_active, NULL},
{"ai_in_multiplayer", SDT_BOOL, (void*)false, &_patches.ai_in_multiplayer, NULL},
- {"ai_gpmi", SDT_BOOL, (void*)true, &_ai.gpmi, NULL},
{"map_x", SDT_UINT32, (void*)8, &_patches.map_x, NULL},
{"map_y", SDT_UINT32, (void*)8, &_patches.map_y, NULL},