mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 23:25:43 +00:00
Min/max range support in pathfinder
This was SVN commit r7311.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
// 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 4
|
||||
#define SCRIPT_INTERFACE_MAX_ARGS 5
|
||||
|
||||
struct ScriptInterface_impl;
|
||||
class ScriptClass;
|
||||
|
||||
Reference in New Issue
Block a user