forked from mirror/OpenTTD
Change: Decrease minimum permitted value for script_max_opcode_till_suspend setting (#7243)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user