mirror of https://github.com/OpenTTD/OpenTTD
(svn r8425) -Fix
Do not try to invalidate a window which just got deleted. It is pointlessrelease/0.6
parent
8a70d42603
commit
e0df42b3a3
|
@ -501,7 +501,6 @@ static void ClearCrashedStation(Vehicle *v)
|
||||||
static void RoadVehDelete(Vehicle *v)
|
static void RoadVehDelete(Vehicle *v)
|
||||||
{
|
{
|
||||||
DeleteWindowById(WC_VEHICLE_VIEW, v->index);
|
DeleteWindowById(WC_VEHICLE_VIEW, v->index);
|
||||||
InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
|
|
||||||
|
|
||||||
RebuildVehicleLists();
|
RebuildVehicleLists();
|
||||||
InvalidateWindow(WC_COMPANY, v->owner);
|
InvalidateWindow(WC_COMPANY, v->owner);
|
||||||
|
|
Loading…
Reference in New Issue