Give an elevation advantage to ranged units. Patch by sanderd17. Fix #1960.

This was SVN commit r13626.
This commit is contained in:
alpha123
2013-08-03 19:20:20 +00:00
parent 3b294d3ad4
commit 8c74df2acd
13 changed files with 608 additions and 60 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class AutoGCRooter;
// Set the maximum number of function arguments that can be handled
// (This should be as small as possible (for compiler efficiency),
// but as large as necessary for all wrapped functions)
#define SCRIPT_INTERFACE_MAX_ARGS 7
#define SCRIPT_INTERFACE_MAX_ARGS 8
// TODO: what's a good default?
#define DEFAULT_RUNTIME_SIZE 16 * 1024 * 1024