train_cmd.c
changeset 1794 44f9deff97ed
parent 1790 4afb4b4e4278
child 1802 448f187042d3
--- a/train_cmd.c	Thu May 12 00:11:37 2005 +0000
+++ b/train_cmd.c	Thu May 12 00:18:30 2005 +0000
@@ -1433,7 +1433,7 @@
  * @param p1 train to send to the depot
  * @param p2 unused
  */
-int32 CmdTrainGotoDepot(int x, int y, uint32 flags, uint32 p1, uint32 p2)
+int32 CmdSendTrainToDepot(int x, int y, uint32 flags, uint32 p1, uint32 p2)
 {
 	Vehicle *v;
 	TrainFindDepotData tfdd;