From 71fcc8d8e964209b9cf88f22cdb18baced6d9f42 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 1 Mar 2009 16:29:04 +0000 Subject: [PATCH] Large maps and very long scenarios are possible, ...so make our notional infinities larger. --- data/core/macros/scenario-utils.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/core/macros/scenario-utils.cfg b/data/core/macros/scenario-utils.cfg index 8f97b47f0d0..5c0d7ee29cb 100644 --- a/data/core/macros/scenario-utils.cfg +++ b/data/core/macros/scenario-utils.cfg @@ -7,15 +7,15 @@ # Max number of turns in a scenario, mainly for use as a turn upper bound # in ai declarations for aggression, etc. #define FOREVER -99 #enddef +999 #enddef # The effectively infinite radius. #define INFINITY -99 #enddef +999 #enddef # Everywhere on the map. For filters that would otherwise touch recall lists. #define EVERYWHERE -x,y=1-99,1-99 #enddef +x,y=1-999,1-999 #enddef #define SET_OBJECTIVES SIDE SUMMARY NOTE CONDITION_WML # Sets the objectives for a given player