From fbfd03fe5c909905286ccef96ca64695a38a8b66 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Fri, 23 Nov 2012 20:41:03 +0100 Subject: [PATCH] Add logging class for navaid systems. --- 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 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; -- 2.39.5