]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks ...
authorcurt <curt>
Wed, 17 Jun 1998 21:33:35 +0000 (21:33 +0000)
committercurt <curt>
Wed, 17 Jun 1998 21:33:35 +0000 (21:33 +0000)
GUI/gui.cxx

index ff49b3414ad0f956027b3dc7d78fa3fcade841ab..9d10999745f7ab2974b44e9e673573863bfbcdf1 100644 (file)
@@ -129,7 +129,8 @@ void guiInit()
 #ifdef USING_3DFX
       puShowCursor ();
 #endif
-      puSetDefaultStyle         (PUSTYLE_SMALL_BEVELLED );
+      // puSetDefaultStyle         ( PUSTYLE_SMALL_BEVELLED );
+      puSetDefaultStyle         ( PUSTYLE_DEFAULT );
       puSetDefaultColourScheme  (0.2, 0.4, 0.8);
       
       /* OK the rest is largerly put in here to mimick Steve Baker's "complex" example