mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 09:35:47 +01:00
Fix 48b6b18
: Increase MAX_VALUATE_OPS to match the previous limit
This commit is contained in:
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
Block a user