summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSamuXarick <43006711+SamuXarick@users.noreply.github.com>2019-02-28 17:37:50 +0000
committerPeterN <peter@fuzzle.org>2019-02-28 17:37:50 +0000
commit03264059e43c7f8806a565e4d0db9036706b1fc1 (patch)
tree523a92e0b5c417785c71159168d3719204185e7f /src
parentadb50cebcc8e2dec65c8e0bc67762763e75176e3 (diff)
downloadopenttd-03264059e43c7f8806a565e4d0db9036706b1fc1.tar.xz
Change: Decrease minimum permitted value for script_max_opcode_till_suspend setting (#7243)
Diffstat (limited to 'src')
-rw-r--r--src/table/settings.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index 2b36e32b7..5bb2c73aa 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -1524,7 +1524,7 @@ type = SLE_UINT32
from = SLV_107
guiflags = SGF_NEWGAME_ONLY
def = 10000
-min = 5000
+min = 500
max = 250000
interval = 2500
str = STR_CONFIG_SETTING_SCRIPT_MAX_OPCODES