(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
1 changed files with 1 additions and 1 deletions

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;