From: ehofman Date: Thu, 20 Mar 2003 12:14:11 +0000 (+0000) Subject: add Air Traffic Controll to the list of possible debug sections X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=940ce98d2ca81d4f14772034b694dbd3a6b18566;p=simgear.git add Air Traffic Controll to the list of possible debug sections --- 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;