]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/debug_types.h
Tweak HTTP code to always sleep.
[simgear.git] / simgear / debug / debug_types.h
index 03863f75d270d8b08b956be1bb6eb9586e61fe55..f37aaaa5a71551164d9f0aec5572665cb5740a47 100644 (file)
@@ -1,5 +1,5 @@
 /** \file debug_types.h
- *  Define the various logging classes and prioritiess
+ *  Define the various logging classes and priorities
  */
 
 /** 
@@ -30,7 +30,8 @@ typedef enum {
     SG_AI          = 0x00080000,
     SG_ENVIRONMENT = 0x00100000,
     SG_SOUND       = 0x00200000,
-    SG_UNDEFD      = 0x00400000, // For range checkingng
+    SG_NAVAID      = 0x00400000,
+    SG_UNDEFD      = 0x00800000, // For range checking
 
     SG_ALL         = 0xFFFFFFFF
 } sgDebugClass;