]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_labl.cxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Cockpit / hud_labl.cxx
index 305d6a052d5867ccbe7f84c33a9eb5b855b8791e..2c8c62f67c54c112957e11bb3bedcd1f09889ecd 100644 (file)
@@ -187,12 +187,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
       }