rnd-19981026-1
[rocksndiamonds.git] / src / joystick.c
index 27a190fc6b14fb48464cc62c64c417000f36d304..73150d5377f930a694394ac659eab15169b3ae37 100644 (file)
@@ -85,7 +85,7 @@ int Joystick()
 #ifndef MSDOS
   if (read(joystick_device, &joy_ctrl, sizeof(joy_ctrl)) != sizeof(joy_ctrl))
   {
-    Error(ERR_RETURN, "cannot read joystick settings - no joystick support");
+    Error(ERR_WARN, "cannot read joystick settings - no joystick support");
     joystick_status = JOYSTICK_OFF;
     return(0);
   }