]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_lat.cxx
Removed FGEnvironmentMgr as a special case in globals, initialization,
[flightgear.git] / src / Cockpit / hud_lat.cxx
index e9e6a45203e7d6e8388c8623bbcea2d0c7082d97..035dff65e9d6ae46abf6348161b3a4ac9125be67 100644 (file)
@@ -136,12 +136,12 @@ draw( void )       // Required method in base class
       posincr = 0;  // 0;
   }
   
-  if( fontSize == SMALL ) {
+  if( fontSize == HUD_FONT_SMALL ) {
     textString( scrn_rect.left + posincr, scrn_rect.top,
                 label_buffer, GLUT_BITMAP_8_BY_13, get_digits()); //suma
     }
   else  {
-    if( fontSize == LARGE ) {
+    if( fontSize == HUD_FONT_LARGE ) {
       textString( scrn_rect.left + posincr, scrn_rect.top,
                   label_buffer, GLUT_BITMAP_9_BY_15,get_digits()); //suma
       }