(svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does.

This commit is contained in:
2006-09-28 07:02:55 +00:00
parent a94936031b
commit f469d3fe76
6 changed files with 13 additions and 13 deletions

View File

@@ -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,