mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 02:14:56 +00:00
# Basic bandbox selection of units in new simulation system
This was SVN commit r7349.
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 5
|
||||
#define SCRIPT_INTERFACE_MAX_ARGS 6
|
||||
|
||||
struct ScriptInterface_impl;
|
||||
class ScriptClass;
|
||||
|
||||
Reference in New Issue
Block a user