author | Darkvater |
Sun, 08 May 2005 20:53:02 +0000 | |
changeset 1779 | 25b3028dc97c |
parent 1778 | 2ce93115c448 |
child 1780 | 082dfd92c20b |
train_cmd.c | file | annotate | diff | comparison | revisions |
--- a/train_cmd.c Sun May 08 16:17:01 2005 +0000 +++ b/train_cmd.c Sun May 08 20:53:02 2005 +0000 @@ -935,6 +935,7 @@ DeleteWindowById(WC_VEHICLE_VIEW, first->index); InvalidateWindow(WC_REPLACE_VEHICLE, VEH_Train); InvalidateWindow(WC_VEHICLE_DEPOT, first->tile); + RebuildVehicleLists(); } switch (p2) {