Changeset - r28616:1df48a6fd940
[Not reviewed]
master
0 1 0
glx22 - 3 months ago 2024-01-30 17:26:42
glx@openttd.org
Fix 48b6b18: Increase MAX_VALUATE_OPS to match the previous limit
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_list.hpp
Show inline comments
 
@@ -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;
 

	
0 comments (0 inline, 0 general)