summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-05-01 15:53:51 +0000
committerfrosch <frosch@openttd.org>2012-05-01 15:53:51 +0000
commite1fda4902733f99ee6e6e8dc30266d9d2da2274a (patch)
tree7f39467bfd9af06f7d657580e313b457fc0a84d4 /src/table
parent599f89e6413bdb52a5cec41f2aa7d22afc16ee63 (diff)
downloadopenttd-e1fda4902733f99ee6e6e8dc30266d9d2da2274a.tar.xz
(svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index 40af57102..5e2c51495 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -473,12 +473,16 @@ str = STR_CONFIG_SETTING_MAX_TUNNEL_LENGTH
length = 1
to = 158
-[SDT_BOOL]
+[SDT_VAR]
base = GameSettings
-var = construction.signal_side
-guiflags = SGF_NO_NETWORK
-def = true
+var = construction.train_signal_side
+type = SLE_UINT8
+guiflags = SGF_MULTISTRING | SGF_NO_NETWORK
+def = 1
+min = 0
+max = 2
str = STR_CONFIG_SETTING_SIGNALSIDE
+strval = STR_CONFIG_SETTING_SIGNALSIDE_LEFT
proc = RedrawScreen
[SDT_BOOL]