diff src/script/script_config.hpp @ 19414:7fcb23b6305e draft

(svn r24317) -Feature: Add dropdowns to AI configurations, if all values have labels.
author frosch <frosch@openttd.org>
date Fri, 01 Jun 2012 15:19:59 +0000 (2012-06-01)
parents b75090cfaa3c
children 5eb738001301
line wrap: on
line diff
--- a/src/script/script_config.hpp
+++ b/src/script/script_config.hpp
@@ -44,6 +44,7 @@
 	int step_size;           ///< The step size in the gui.
 	ScriptConfigFlags flags; ///< Flags for the configuration setting.
 	LabelMapping *labels;    ///< Text labels for the integer values.
+	bool complete_labels;    ///< True if all values have a label.
 };
 
 typedef std::list<ScriptConfigItem> ScriptConfigItemList; ///< List of ScriptConfig items.