]> git.mxchange.org Git - simgear.git/commitdiff
add Air Traffic Controll to the list of possible debug sections
authorehofman <ehofman>
Thu, 20 Mar 2003 12:14:11 +0000 (12:14 +0000)
committerehofman <ehofman>
Thu, 20 Mar 2003 12:14:11 +0000 (12:14 +0000)
simgear/debug/debug_types.h

index 9dfb88e20caf01b22ca5aad1f468e8641bb91f9c..d260cba0d906a3fe67962c2f9171147e071d46b8 100644 (file)
@@ -23,7 +23,8 @@ typedef enum {
     SG_IO        = 0x00001000,
     SG_CLIPPER   = 0x00002000,
     SG_NETWORK   = 0x00004000,
-    SG_UNDEFD    = 0x00008000, // For range checking
+    SG_ATC       = 0x00008000,
+    SG_UNDEFD    = 0x00010000, // For range checking
 
     SG_ALL     = 0xFFFFFFFF
 } sgDebugClass;