]> git.mxchange.org Git - flightgear.git/blobdiff - Joystick/joystick.c
Edited cvs log messages in source files ... bad bad bad!
[flightgear.git] / Joystick / joystick.c
index 0bc02ab4df031f978b47532c6a56ad848f76c96d..f5da076a09b30473884860aa2c255915de615bac 100644 (file)
@@ -33,7 +33,7 @@
 
 #endif
 
-#include <Main/fg_debug.h>
+#include <Debug/fg_debug.h>
 
 static joy_x_min=0, joy_x_ctr=0, joy_x_max=0;
 static joy_y_min=0, joy_y_ctr=0, joy_y_max=0;
@@ -208,7 +208,7 @@ int fgJoystickInit( int joy_num ) {
        
        return( joystick_fd );
 #else
-       return( 0 );
+       return( 1 );
 #endif
 }
 
@@ -256,14 +256,24 @@ int fgJoystickRead( double *joy_x, double *joy_y, int *joy_b1, int *joy_b2 )
 
 
 /* $Log$
-/* Revision 1.4  1998/02/03 23:20:20  curt
-/* Lots of little tweaks to fix various consistency problems discovered by
-/* Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
-/* passed arguments along to the real printf().  Also incorporated HUD changes
-/* by Michele America.
+/* Revision 1.7  1998/04/25 22:06:29  curt
+/* Edited cvs log messages in source files ... bad bad bad!
 /*
+ * Revision 1.6  1998/04/18 04:14:05  curt
+ * Moved fg_debug.c to it's own library.
+ *
+ * Revision 1.5  1998/02/12 21:59:44  curt
+ * Incorporated code changes contributed by Charlie Hotchkiss
+ * <chotchkiss@namg.us.anritsu.com>
+ *
+ * Revision 1.4  1998/02/03 23:20:20  curt
+ * Lots of little tweaks to fix various consistency problems discovered by
+ * Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
+ * passed arguments along to the real printf().  Also incorporated HUD changes
+ * by Michele America.
+ *
  * Revision 1.3  1998/01/27 00:47:54  curt
- * Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
+ * Incorporated Paul Bleisch's <pbleisch@acm.org> new debug message
  * system and commandline/config file processing code.
  *
  * Revision 1.2  1997/12/30 20:47:40  curt