(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

@@ -68,7 +68,7 @@ static const uint32 _veh_refit_proc_table[] = {
};
const uint32 _send_to_depot_proc_table[] = {
CMD_TRAIN_GOTO_DEPOT,
CMD_SEND_TRAIN_TO_DEPOT,
CMD_SEND_ROADVEH_TO_DEPOT,
CMD_SEND_SHIP_TO_DEPOT,
CMD_SEND_AIRCRAFT_TO_HANGAR,