diff --git a/settings.c b/settings.c --- 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},