(svn r3313) Remove GPMI related changes from trunk

Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306
This commit is contained in:
tron
2005-12-18 12:10:46 +00:00
parent 7dc1e23845
commit d5aa95b87e
17 changed files with 24 additions and 443 deletions

View File

@@ -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},