Mercurial > hg > openttd
changeset 10797:a3941cdb95d3 draft
(svn r15131) -Fix: Indentifluxation combobulated
author | peter1138 <peter1138@openttd.org> |
---|---|
date | Sat, 17 Jan 2009 21:01:15 +0000 |
parents | 3519c4761982 |
children | 9757d7251204 |
files | src/aircraft_cmd.cpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aircraft_cmd.cpp +++ b/src/aircraft_cmd.cpp @@ -1310,9 +1310,9 @@ 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)