]> git.mxchange.org Git - flightgear.git/commitdiff
Added an FG_SERIAL type to the FG_LOG macro.
authorcurt <curt>
Mon, 16 Nov 1998 13:57:04 +0000 (13:57 +0000)
committercurt <curt>
Mon, 16 Nov 1998 13:57:04 +0000 (13:57 +0000)
Debug/debug_types.h

index 65e6fe9123a41c7691f2ebb1a1f98779414f07c9..0d9c209a6d68def7882e351afac319fe85e0bd4e 100644 (file)
@@ -16,7 +16,8 @@ typedef enum {
     FG_EVENT     = 0x00000200,
     FG_AIRCRAFT  = 0x00000400,
     FG_AUTOPILOT = 0x00000800,
-    FG_UNDEFD    = 0x00001000, // For range checking
+    FG_SERIAL    = 0x00001000,
+    FG_UNDEFD    = 0x00002000, // For range checking
 
     FG_ALL     = 0xFFFFFFFF
 } fgDebugClass;