summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-09-26 19:20:35 +0000
committerbjarni <bjarni@openttd.org>2006-09-26 19:20:35 +0000
commit7ac9005d5e13f066254a2bb091dc6519f9289f05 (patch)
tree8eecbc7c5f192d39d597f64c966f273eb204546b /command.h
parentd6542d084460bafa67693b5b7eaf4f6a9ce72a86 (diff)
downloadopenttd-7ac9005d5e13f066254a2bb091dc6519f9289f05.tar.xz
(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows
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 c56cbdbdd..b1d6a70d7 100644
--- a/command.h
+++ b/command.h
@@ -136,6 +136,7 @@ enum {
CMD_REPLACE_VEHICLE = 115,
CMD_CLONE_VEHICLE = 116,
+ CMD_MASS_START_STOP = 117,
};