]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_lon.cxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Cockpit / hud_lon.cxx
index 74cae204afe04d73a3059101f709d65c41784572..f68b6928facc7817e9e0c8cd470865e4d63f53e1 100644 (file)
@@ -139,12 +139,12 @@ draw( void )       // Required method in base class
       posincr = 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
       }