From 56013bee49e2f9f5155343be5ea076162c961819 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Thu, 10 May 2018 03:04:30 +0200 Subject: [PATCH] Reached mid-way AI compromise --- source/glest_game/ai/ai_rule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/ai/ai_rule.h b/source/glest_game/ai/ai_rule.h index 09b213e43..d96f2ea91 100644 --- a/source/glest_game/ai/ai_rule.h +++ b/source/glest_game/ai/ai_rule.h @@ -477,7 +477,7 @@ namespace virtual int getTestInterval() const { return - 100; + 1000; } virtual string getName() const {