mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-03 11:59:15 +00:00
(svn r8425) -Fix
Do not try to invalidate a window which just got deleted. It is pointless
This commit is contained in:
@@ -501,7 +501,6 @@ static void ClearCrashedStation(Vehicle *v)
|
||||
static void RoadVehDelete(Vehicle *v)
|
||||
{
|
||||
DeleteWindowById(WC_VEHICLE_VIEW, v->index);
|
||||
InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
|
||||
|
||||
RebuildVehicleLists();
|
||||
InvalidateWindow(WC_COMPANY, v->owner);
|
||||
|
Reference in New Issue
Block a user