Started making Tux a single sprite again. Still missing: FireTux, IceTux
[supertux.git] / src / control / joystickkeyboardcontroller.hpp
index 50225dc..19e2a65 100644 (file)
@@ -84,7 +84,8 @@ private:
 
   Uint8 hat_state;
 
-  bool jump_with_up; 
+  bool jump_with_up;     // Joystick up jumps
+  bool jump_with_up_key; // Keyboard up jumps
 
   SDLKey reversemap_key(Control c);
   int    reversemap_joybutton(Control c);