]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/debug_types.h
Windows logging tweaks.
[simgear.git] / simgear / debug / debug_types.h
index 0a36c1ebf2fb0dd597745559fe01df8364d3fbfa..f37aaaa5a71551164d9f0aec5572665cb5740a47 100644 (file)
@@ -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;