| 1324 | } |
| 1325 | |
| 1326 | void Aircraft::MarkDirty() |
| 1327 | { |
| 1328 | this->colourmap = PAL_NONE; |
| 1329 | this->UpdateViewport(true, false); |
| 1330 | if (this->subtype == AIR_HELICOPTER) { |
| 1331 | GetRotorImage(this, EIT_ON_MAP, &this->Next()->Next()->sprite_cache.sprite_seq); |
| 1332 | } |
| 1333 | } |
| 1334 | |
| 1335 | |
| 1336 | uint Aircraft::Crash(bool flooded) |
nothing calls this directly
no test coverage detected