From 940ce98d2ca81d4f14772034b694dbd3a6b18566 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 20 Mar 2003 12:14:11 +0000 Subject: [PATCH] add Air Traffic Controll to the list of possible debug sections --- simgear/debug/debug_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simgear/debug/debug_types.h b/simgear/debug/debug_types.h index 9dfb88e2..d260cba0 100644 --- a/simgear/debug/debug_types.h +++ b/simgear/debug/debug_types.h @@ -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; -- 2.39.5