(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend
This commit is contained in:
@@ -1160,7 +1160,7 @@ str = STR_CONFIG_SETTING_AI_BUILDS_SHIPS
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = ai.ai_max_opcode_till_suspend
|
||||
var = script.script_max_opcode_till_suspend
|
||||
type = SLE_UINT32
|
||||
from = 107
|
||||
guiflags = SGF_NEWGAME_ONLY
|
||||
@@ -1168,7 +1168,7 @@ def = 10000
|
||||
min = 5000
|
||||
max = 250000
|
||||
interval = 2500
|
||||
str = STR_CONFIG_SETTING_AI_MAX_OPCODES
|
||||
str = STR_CONFIG_SETTING_SCRIPT_MAX_OPCODES
|
||||
|
||||
##
|
||||
[SDT_VAR]
|
||||
|
Reference in New Issue
Block a user