summaryrefslogtreecommitdiff
path: root/src/ai/ai_config.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-06-01 15:19:59 +0000
committerfrosch <frosch@openttd.org>2012-06-01 15:19:59 +0000
commitbe0b94400d6e7e9136703d60b70b495d84f25108 (patch)
tree45ab8e4c13628c0ec58bd9e061747a005019a9a2 /src/ai/ai_config.cpp
parentf7c9620271e0ee620fad8fe325d67e59539c08d8 (diff)
downloadopenttd-be0b94400d6e7e9136703d60b70b495d84f25108.tar.xz
(svn r24317) -Feature: Add dropdowns to AI configurations, if all values have labels.
Diffstat (limited to 'src/ai/ai_config.cpp')
-rw-r--r--src/ai/ai_config.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ai/ai_config.cpp b/src/ai/ai_config.cpp
index 7d6571c14..5e6b8f55f 100644
--- a/src/ai/ai_config.cpp
+++ b/src/ai/ai_config.cpp
@@ -28,7 +28,8 @@ ScriptConfigItem _start_date_config = {
AI::START_NEXT_DEVIATION,
30,
SCRIPTCONFIG_NONE,
- NULL
+ NULL,
+ false
};
/* static */ AIConfig *AIConfig::GetConfig(CompanyID company, ScriptSettingSource source)