Increase value of MAX_SL_OPS constant

This commit is contained in:
Jonathan G Rennison
2022-08-14 22:10:03 +01:00
parent e584ef7bba
commit ad9e1a8fb3

View File

@@ -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. */