summaryrefslogtreecommitdiff
path: root/viewport.h
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.h
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.h')
-rw-r--r--viewport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewport.h b/viewport.h
index e2501d2ca..7ebb816f6 100644
--- a/viewport.h
+++ b/viewport.h
@@ -53,6 +53,7 @@ enum {
VPM_RAILDIRS = 3,
VPM_X_AND_Y = 4,
VPM_X_AND_Y_LIMITED = 5,
+ VPM_SIGNALDIRS = 6,
};
void VpSelectTilesWithMethod(int x, int y, int method);