]> git.mxchange.org Git - flightgear.git/blobdiff - Main/fg_debug.c
Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
[flightgear.git] / Main / fg_debug.c
index 73022fae09b1c0de3922fedfba8b920afed84ad3..4767a1524d9401c6036e57f5f4192abdd0d54642 100644 (file)
@@ -65,6 +65,7 @@ static struct {
   { "FG_GENERAL", 0x00000080 },
   { "FG_MATH",    0x00000100 },
   { "FG_EVENT",   0x00000200 },
+  { "FG_AIRCRAFT",0x00000400 },
 
   /* Do not edit below here, last entry should be null */
   { "FG_ALL",     0xFFFFFFFF },