forked from mirror/OpenTTD
(svn r17594) -Fix: Vehicle image was not always updated when needed.
This commit is contained in:
@@ -1320,6 +1320,7 @@ static void CrashAirplane(Aircraft *v)
|
||||
|
||||
CreateEffectVehicleRel(v, 4, 4, 8, EV_EXPLOSION_LARGE);
|
||||
|
||||
v->MarkDirty();
|
||||
SetWindowDirty(WC_VEHICLE_VIEW, v->index);
|
||||
|
||||
uint amt = 2;
|
||||
|
Reference in New Issue
Block a user