From 219d958538aecfec4dace7f3b31dcfa193667b27 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 3 Jun 2017 01:37:55 +0200 Subject: * More passengers by correct sequence are unboarded. * Aircraft should not be removed on State == STATE_APPROACH. * Initial implementation for finished game. * Added some comments on System.c. * GameGuiPrepareNotificationString() deprecated. --- Source/PltParser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/PltParser.c') diff --git a/Source/PltParser.c b/Source/PltParser.c index 8b2cabe..f88964c 100644 --- a/Source/PltParser.c +++ b/Source/PltParser.c @@ -211,6 +211,7 @@ bool PltParserLoadFile(char * strPath, TYPE_FLIGHT_DATA * ptrFlightData) case REMAINING_TIME_INDEX: ptrFlightData->RemainingTime[aircraftIndex] = (uint8_t)atoi(lineBufferPtr); + dprintf("ptrFlightData->RemainingTime[%d] = %d\n", aircraftIndex, ptrFlightData->RemainingTime[aircraftIndex]); break; -- cgit v1.2.3