From 236a1f2a2d27d3a6f517aee8d5e0dd00f01342f2 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 9 Feb 1999 00:08:48 +0000 Subject: [PATCH] Added a FG_CLIPPER debug type for the polygon clipper lib. --- Debug/debug_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5