summaryrefslogtreecommitdiff
path: root/viewport.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-15 20:23:42 +0000
committerdarkvater <darkvater@openttd.org>2004-08-15 20:23:42 +0000
commit3fe3a023e5eb1fe01f81644b755561a46c2825f4 (patch)
treeff066d8d1481018e973b2aa7bc39ae471d049d54 /viewport.c
parent69b09ef302fd9c9514203292e5c664f032a85a7d (diff)
downloadopenttd-3fe3a023e5eb1fe01f81644b755561a46c2825f4.tar.xz
(svn r59) -Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater)
Diffstat (limited to 'viewport.c')
-rw-r--r--viewport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewport.c b/viewport.c
index 3254b754f..e6ea33bd4 100644
--- a/viewport.c
+++ b/viewport.c
@@ -1910,7 +1910,7 @@ void VpSelectTilesWithMethod(int x, int y, int method)
}
// allow drag in any rail direction
- if (method == VPM_RAILDIRS) {
+ if (method == VPM_RAILDIRS || method == VPM_SIGNALDIRS) {
CalcRaildirsDrawstyle(thd, x, y);
return;
}