mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-27 22:24:28 +01:00
Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user