Increase value of MAX_SL_OPS constant

pull/428/head
Jonathan G Rennison 2 years ago
parent e584ef7bba
commit ad9e1a8fb3

@ -16,7 +16,7 @@
#include "script_config.hpp"
/** The maximum number of operations for saving or loading the data of a script. */
static const int MAX_SL_OPS = 100000;
static const int MAX_SL_OPS = 2000000;
/** The maximum number of operations for initial start of a script. */
static const int MAX_CONSTRUCTOR_OPS = 100000;
/** Number of operations to create an instance of a script. */

Loading…
Cancel
Save