| author | rubidium |
| Wed, 26 Sep 2007 14:05:09 +0000 | |
| changeset 7636 | ec035c803c21 |
| parent 7635 | 41be6afdaf43 |
| child 7637 | 43e2956af72e |
| src/rail_cmd.cpp | file | annotate | diff | comparison | revisions |
--- a/src/rail_cmd.cpp Wed Sep 26 02:45:13 2007 +0000 +++ b/src/rail_cmd.cpp Wed Sep 26 14:05:09 2007 +0000 @@ -1066,6 +1066,7 @@ if (IsTileDepotType(tile, TRANSPORT_RAIL)) { /* Update build vehicle window related to this depot */ + InvalidateWindowData(WC_VEHICLE_DEPOT, tile); InvalidateWindowData(WC_BUILD_VEHICLE, tile); }