1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-14 18:19:11 +00:00

(svn r1189) Fix vehicle list update glitch when moving waggons in depots

This commit is contained in:
tron
2004-12-20 18:11:22 +00:00
parent 3d0cd51f27
commit 3bbea05a93

View File

@@ -732,7 +732,7 @@ int32 CmdMoveRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
}
InvalidateWindow(WC_VEHICLE_DEPOT, src_head->tile);
InvalidateWindow(WC_TRAINS_LIST, _current_player);
RebuildVehicleLists();
}
return 0;