mirror of https://github.com/OpenTTD/OpenTTD
Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
parent
897b59c158
commit
a502453033
|
@ -14,7 +14,7 @@
|
|||
#include "script_object.hpp"
|
||||
|
||||
/** Maximum number of operations allowed for valuating a list. */
|
||||
static const int MAX_VALUATE_OPS = 500000;
|
||||
static const int MAX_VALUATE_OPS = 1000000;
|
||||
|
||||
class ScriptListSorter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue