mirror of https://github.com/OpenTTD/OpenTTD
(svn r15131) -Fix: Indentifluxation combobulated
parent
61156d6d61
commit
3deb373c60
|
@ -1310,9 +1310,9 @@ TileIndex Aircraft::GetOrderStationLocation(StationID station)
|
||||||
|
|
||||||
void Aircraft::MarkDirty()
|
void Aircraft::MarkDirty()
|
||||||
{
|
{
|
||||||
this->cur_image = this->GetImage(this->direction);
|
this->cur_image = this->GetImage(this->direction);
|
||||||
if (this->subtype == AIR_HELICOPTER) this->Next()->Next()->cur_image = GetRotorImage(this);
|
if (this->subtype == AIR_HELICOPTER) this->Next()->Next()->cur_image = GetRotorImage(this);
|
||||||
MarkSingleVehicleDirty(this);
|
MarkSingleVehicleDirty(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void CrashAirplane(Vehicle *v)
|
static void CrashAirplane(Vehicle *v)
|
||||||
|
|
Loading…
Reference in New Issue