rnd-20000901-2-src
[rocksndiamonds.git] / src / screens.c
index d6ecb554bb3fc24f06e3988bc459b8c117d76e7d..57bfb001979859d1dea0748f2796ec82ad9e1340 100644 (file)
@@ -2108,7 +2108,7 @@ void CalibrateJoystick(int player_nr)
 
 #ifndef MSDOS
 
-#ifdef USE_SDL_LIBRARY
+#ifdef USE_SDL_JOYSTICK
     joy_ctrl.x = Get_SDL_Joystick_Axis(joystick_fd, 0);
     joy_ctrl.y = Get_SDL_Joystick_Axis(joystick_fd, 1);
 #else