]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud_guag.cxx
Converted to new logstream debugging facility. This allows release
[flightgear.git] / Cockpit / hud_guag.cxx
index 9665f2ca518b3e1a00d85352400bba24e98f63a9..d6077e8e30c1c59886878718496416c17da538d4 100644 (file)
@@ -8,7 +8,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <Aircraft/aircraft.hxx>
-#include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
@@ -77,7 +76,7 @@ void guage_instr :: draw (void)
   int marker_xs, marker_xe;
   int marker_ys, marker_ye;
   int text_x, text_y;
-  register i;
+  int i;
   char TextScale[80];
   bool condition;
   int disp_val;