From: curt Date: Tue, 9 Feb 1999 00:08:48 +0000 (+0000) Subject: Added a FG_CLIPPER debug type for the polygon clipper lib. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=236a1f2a2d27d3a6f517aee8d5e0dd00f01342f2;p=simgear.git Added a FG_CLIPPER debug type for the polygon clipper lib. --- diff --git a/Debug/debug_types.h b/Debug/debug_types.h index 0d9c209a..8be6350c 100644 --- a/Debug/debug_types.h +++ b/Debug/debug_types.h @@ -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;