airport.c
changeset 69 f8c29cdb388e
parent 65 f9f866bc609c
child 222 b88456001397
--- a/airport.c	Mon Aug 16 21:02:06 2004 +0000
+++ b/airport.c	Mon Aug 16 22:15:44 2004 +0000
@@ -1,4 +1,5 @@
 #include "stdafx.h"
+#include "ttd.h"
 #include "airport.h"
 
 AirportFTAClass *CountryAirport;
@@ -92,8 +93,8 @@
 
 	// build the state machine
 	AirportBuildAutomata(Airport, FA);
-	//	DEBUG(misc, 1) ("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)", Airport->nofelements,
-	//				  Airport->nofterminals, Airport->nofterminalgroups, Airport->nofhelipads, Airport->nofhelipadgroups);
+		DEBUG(misc, 1) ("#Elements %2d; #Terminals %2d in %d group(s); #Helipads %2d in %d group(s)", Airport->nofelements,
+				  Airport->nofterminals, Airport->nofterminalgroups, Airport->nofhelipads, Airport->nofhelipadgroups);
 
 
 	{