]> git.mxchange.org Git - flightgear.git/commitdiff
Added a FG_CLIPPER debug type for the polygon clipper lib.
authorcurt <curt>
Tue, 9 Feb 1999 00:08:48 +0000 (00:08 +0000)
committercurt <curt>
Tue, 9 Feb 1999 00:08:48 +0000 (00:08 +0000)
Debug/debug_types.h

index 0d9c209a6d68def7882e351afac319fe85e0bd4e..8be6350c180c0a0b82b19f33882a69d30f0903cf 100644 (file)
@@ -17,7 +17,8 @@ typedef enum {
     FG_AIRCRAFT  = 0x00000400,
     FG_AUTOPILOT = 0x00000800,
     FG_SERIAL    = 0x00001000,
-    FG_UNDEFD    = 0x00002000, // For range checking
+    FG_CLIPPER   = 0x00002000,
+    FG_UNDEFD    = 0x00004000, // For range checking
 
     FG_ALL     = 0xFFFFFFFF
 } fgDebugClass;