]> git.mxchange.org Git - flightgear.git/commitdiff
Just when you think you have it all sorted out, it stabbing you in the back. Make...
authorehofman <ehofman>
Wed, 4 Jun 2003 14:14:12 +0000 (14:14 +0000)
committerehofman <ehofman>
Wed, 4 Jun 2003 14:14:12 +0000 (14:14 +0000)
src/Input/input.cxx

index c6700eb5e86b0fd81896d825f47886ad008b6a2e..0e8bf31b0f5113970056e6dd999b96a583d0998c 100644 (file)
@@ -693,9 +693,9 @@ void
 FGInput::_update_joystick (double dt)
 {
 #ifdef REMOVE_ME_AFTER_FLIGHTGEAR_0_9_2_RELEASE
-  static double _last_dt = 1.0;
-#else
   static double _last_dt = 0.0;
+#else
+  static double _last_dt = 1.0;
 #endif
   int modifiers = FG_MOD_NONE;  // FIXME: any way to get the real ones?
   int i, j, buttons;