diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-27 17:10:15 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-05-27 17:10:15 +0200 |
| commit | 5430bd30906ca270bceec5912b94d81f0f854769 (patch) | |
| tree | 527b4b9527cd057e81d86e07b5ee7e3fd806bb49 /Source/PltParser.c | |
| parent | 656eec576e46bf80da052710508e93b26ec8bdb5 (diff) | |
| download | airport-5430bd30906ca270bceec5912b94d81f0f854769.tar.gz | |
* Added more aircraft on LEVEL1.PLT.
* Unboarding state now totally implemented.
* (Bugfix): Incorrect aircraft was selected on ShowAircraftData.
* Gfx1HzFlash() and Gfx2HzFlash() were incorrectly implemented, causing multiple ticks on a single cycle.
Diffstat (limited to 'Source/PltParser.c')
| -rw-r--r-- | Source/PltParser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c index 0ee9fd8..8b2cabe 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -254,4 +254,5 @@ void PltParserResetBuffers(TYPE_FLIGHT_DATA * ptrFlightData) memset(ptrFlightData->State,STATE_IDLE,GAME_MAX_AIRCRAFT); memset(ptrFlightData->NotificationRequest,0,GAME_MAX_AIRCRAFT); memset(ptrFlightData->Parking,0,GAME_MAX_AIRCRAFT); + memset(ptrFlightData->Finished,0,GAME_MAX_AIRCRAFT); } |
