aboutsummaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Game.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Game.c b/Source/Game.c
index d53d6f8..7b2c03d 100644
--- a/Source/Game.c
+++ b/Source/Game.c
@@ -1574,8 +1574,6 @@ static void GameAircraftState(const uint8_t i)
uint8_t j;
bool bParkingBusy = false;
- DEBUG_PRINT_VAR(FlightData.nAircraft);
-
for (j = 0; j < FlightData.nAircraft; j++)
{
TYPE_AIRCRAFT_DATA* ptrAircraft = AircraftFromFlightDataIndex(j);