From 67cfc8b2c23177f036eda97f3423d062ba0c3e90 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 29 Dec 2017 23:19:43 +0100 Subject: * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c. --- Source/GameGui.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/GameGui.c') diff --git a/Source/GameGui.c b/Source/GameGui.c index 9ced819..ec40b1a 100644 --- a/Source/GameGui.c +++ b/Source/GameGui.c @@ -562,11 +562,6 @@ void GameGuiAircraftList(TYPE_PLAYER* ptrPlayer, TYPE_FLIGHT_DATA* ptrFlightData y_offset = (short)(page_aircraft * AIRCRAFT_DATA_FLIGHT_GSGPOLY4_H); - /*Serial_printf("ptrPlayer->ActiveAircraft = %d\n",ptrPlayer->ActiveAircraft); - Serial_printf("ptrPlayer->SelectedAircraft = %d\n",ptrPlayer->SelectedAircraft); - Serial_printf("ptrPlayer->FlightDataPage = %d\n",ptrPlayer->FlightDataPage); - Serial_printf("y_offset = %d\n",y_offset);*/ - if (GameTwoPlayersActive() != false) { SelectedAircraftGPoly4.y[0] = AIRCRAFT_DATA_FLIGHT_GSGPOLY4_Y0_2PLAYER; -- cgit v1.2.3