diff options
author | truebrain <truebrain@openttd.org> | 2011-12-01 12:04:22 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-01 12:04:22 +0000 |
commit | 9dde1287aa5bbcb0dfdcba17f0e8ba2d7db67881 (patch) | |
tree | 173a91323730bb061f4944af54b702f5dfb79e92 /src/table | |
parent | a8b22e5292e5b0e47a7dbecf47e530f877624ecf (diff) | |
download | openttd-9dde1287aa5bbcb0dfdcba17f0e8ba2d7db67881.tar.xz |
(svn r23387) -Fix: move ai.script_max_opcode_till_suspend to script.script_max_opcode_till_suspend
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 0e37e7c5b..48dc333bb 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -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] |