summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-07-31 13:08:08 +0000
committerbjarni <bjarni@openttd.org>2005-07-31 13:08:08 +0000
commit059ae196267a723c0331ab9c15000902e08c69de (patch)
treecf8e1be453d176ec2f818199cf430b90a6bf02d8 /command.h
parent3f424aa673020dd9423c1eccfa2feeab2cb356c8 (diff)
downloadopenttd-059ae196267a723c0331ab9c15000902e08c69de.tar.xz
(svn r2764) -Feature: Clone vehicles
-This allows a player to clone an excisting vehicle of his own -[fix]: this uncovered an excisting bug in CmdBuildRailVehicle() where depots could build trains of the wrong track type. This is fixed -Thanks to Celestar for drawing the sprites and _luca_ for including them in openttd.grf
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index b3d6390e3..9dd384bbb 100644
--- a/command.h
+++ b/command.h
@@ -136,6 +136,9 @@ enum {
CMD_CHANGE_PATCH_SETTING = 114,
CMD_REPLACE_VEHICLE = 115,
+
+ CMD_CLONE_VEHICLE = 116,
+
};
enum {