X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fdebug%2Fdebug_types.h;h=f37aaaa5a71551164d9f0aec5572665cb5740a47;hb=523b992b4cf76f73aaa1129d23d89809b00adeb3;hp=0a36c1ebf2fb0dd597745559fe01df8364d3fbfa;hpb=54db2e0ab196b659e4297c0d93f088b2212409f5;p=simgear.git 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;