]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a problem with autodetecting if we need to draw our own mouse cursor
authorcurt <curt>
Mon, 26 Feb 2001 13:58:33 +0000 (13:58 +0000)
committercurt <curt>
Mon, 26 Feb 2001 13:58:33 +0000 (13:58 +0000)
on voodoo-1/2 cards.

src/Main/options.cxx

index 01c0dfbf159ca3116fa25053c83d7219b81a54ad..8503dc40e43efd43e5ec0f131c282e5a3f19133c 100644 (file)
@@ -138,7 +138,9 @@ fgSetDefaults ()
     fgSetBool("/sim/startup/game-mode", false);
     fgSetBool("/sim/startup/splash-screen", true);
     fgSetBool("/sim/startup/intro-music", true);
-    fgSetString("/sim/startup/mouse-pointer", "disabled");
+    // we want mouse-pointer to have an undefined value if nothing is
+    // specified so we can do the right thing for voodoo-1/2 cards.
+    // fgSetString("/sim/startup/mouse-pointer", "disabled");
     fgSetString("/sim/control-mode", "joystick");
     fgSetBool("/sim/auto-coordination", false);