X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fdebug%2Fdebug_types.h;h=e0013e2bf1259cd0ae1ee7d78e78ecb66a74dbbe;hb=d4c7e950927b1e19a7a7622a7919f32233a6b7a8;hp=9ca20c2d4679da95fb2d6bd14e3219e2b5c024b1;hpb=34e2a9dc374914418d0a414490e10e1264c0a146;p=simgear.git diff --git a/simgear/debug/debug_types.h b/simgear/debug/debug_types.h index 9ca20c2d..e0013e2b 100644 --- a/simgear/debug/debug_types.h +++ b/simgear/debug/debug_types.h @@ -25,7 +25,9 @@ typedef enum { SG_NETWORK = 0x00004000, SG_ATC = 0x00008000, SG_NASAL = 0x00010000, - SG_UNDEFD = 0x00020000, // For range checking + SG_INSTR = 0x00020000, + SG_SYSTEMS = 0x00040000, + SG_UNDEFD = 0x00080000, // For range checking SG_ALL = 0xFFFFFFFF } sgDebugClass;