(svn r6280) -Codechange: Use the same naming for trains as for other vehicles:

CMD_SEND_TRAIN_TO_DEPOT instead of CMD_TRAIN_GOTO_DEPOT
This commit is contained in:
Darkvater
2006-08-31 15:57:38 +00:00
parent d2c239b590
commit fd09bd15b2
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ enum {
CMD_SELL_RAIL_WAGON = 38,
CMD_TRAIN_GOTO_DEPOT = 39,
CMD_SEND_TRAIN_TO_DEPOT = 39,
CMD_FORCE_TRAIN_PROCEED = 40,
CMD_REVERSE_TRAIN_DIRECTION = 41,