From 6629a61c3bde7a79c7ac32d6bffbc72e31e91fc3 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 16 Sep 2017 03:21:15 +0200 Subject: * Removed unneeded -g flag from Makefile. * Aircraft now prevents collision against other aircraft if state == STATE_TAXIING. * Game: new event handlers for new Aircraft collision prevention algorithm. * Font: although not compulsory, _blend_effect_lum should be volatile. * Other minor changes. --- Source/Game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/Game.h') diff --git a/Source/Game.h b/Source/Game.h index 5683cda..d6bbaf7 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -46,4 +46,6 @@ bool GameInsideLevelFromIsoPos(TYPE_ISOMETRIC_FIX16_POS* ptrIsoPos); void GameRemoveFlight(uint8_t idx, bool successful); void GameCalculateRemainingAircraft(void); void GameAircraftCollision(uint8_t AircraftIdx); +void GameStopFlight(uint8_t AicraftIdx); +void GameResumeFlightFromAutoStop(uint8_t AircraftIdx); #endif //__GAME_HEADER__ -- cgit v1.2.3