From: ThorstenB Date: Fri, 23 Nov 2012 19:41:03 +0000 (+0100) Subject: Add logging class for navaid systems. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fbfd03fe5c909905286ccef96ca64695a38a8b66;p=simgear.git Add logging class for navaid systems. --- diff --git a/simgear/debug/debug_types.h b/simgear/debug/debug_types.h index 0a36c1eb..f37aaaa5 100644 --- a/simgear/debug/debug_types.h +++ b/simgear/debug/debug_types.h @@ -30,7 +30,8 @@ typedef enum { SG_AI = 0x00080000, SG_ENVIRONMENT = 0x00100000, SG_SOUND = 0x00200000, - SG_UNDEFD = 0x00400000, // For range checking + SG_NAVAID = 0x00400000, + SG_UNDEFD = 0x00800000, // For range checking SG_ALL = 0xFFFFFFFF } sgDebugClass;