| 148 | } |
| 149 | |
| 150 | int Game_Vehicle::GetScreenY(bool apply_jump) const { |
| 151 | return Game_Character::GetScreenY(apply_jump) - GetAltitude(); |
| 152 | } |
| 153 | |
| 154 | bool Game_Vehicle::CanLand() const { |
| 155 | return Game_Map::CanLandAirship(GetX(), GetY()); |
no outgoing calls
no test coverage detected