(svn r15131) -Fix: Indentifluxation combobulated

This commit is contained in:
peter1138
2009-01-17 21:01:15 +00:00
parent 5332c8febd
commit 9ef3ff992e

View File

@@ -1310,9 +1310,9 @@ TileIndex Aircraft::GetOrderStationLocation(StationID station)
void Aircraft::MarkDirty()
{
this->cur_image = this->GetImage(this->direction);
if (this->subtype == AIR_HELICOPTER) this->Next()->Next()->cur_image = GetRotorImage(this);
MarkSingleVehicleDirty(this);
this->cur_image = this->GetImage(this->direction);
if (this->subtype == AIR_HELICOPTER) this->Next()->Next()->cur_image = GetRotorImage(this);
MarkSingleVehicleDirty(this);
}
static void CrashAirplane(Vehicle *v)