summaryrefslogtreecommitdiff
path: root/command.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 /command.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 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index b2e330622..49ba78ebf 100644
--- a/command.h
+++ b/command.h
@@ -142,6 +142,7 @@ enum {
CMD_BUILD_LOCK = 108,
CMD_START_SCENARIO = 109,
+ CMD_BUILD_MANY_SIGNALS = 110,
//CMD_DESTROY_INDUSTRY = 109,
};