summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-28 07:02:55 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-28 07:02:55 +0000
commit2df539e30d548d33a2a2acde4b1e68e5fe4d1c99 (patch)
treea63f553b649fb31388f6f320469902d1aae5424b /command.h
parenta946e2cab282fffb4ea74d9514a06ad22df2adbe (diff)
downloadopenttd-2df539e30d548d33a2a2acde4b1e68e5fe4d1c99.tar.xz
(svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does.
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.h b/command.h
index 35eced22b..cd9f822b4 100644
--- a/command.h
+++ b/command.h
@@ -133,7 +133,7 @@ enum {
CMD_GIVE_MONEY = 113,
CMD_CHANGE_PATCH_SETTING = 114,
- CMD_REPLACE_VEHICLE = 115,
+ CMD_SET_AUTOREPLACE = 115,
CMD_CLONE_VEHICLE = 116,
CMD_MASS_START_STOP = 117,