(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend

This commit is contained in:
truebrain
2011-12-01 12:04:22 +00:00
parent ac0f5398c2
commit 36c06f639a
5 changed files with 20 additions and 8 deletions

View File

@@ -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]