Large maps and very long scenarios are possible,
...so make our notional infinities larger.
This commit is contained in:
parent
7eabeac14e
commit
71fcc8d8e9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue