Split Controller::PAUSE_MENU into ESCAPE and START, as they need to act different...
[supertux.git] / src / control / joystick_config.hpp
index 80aa275..fd427f2 100644 (file)
@@ -55,7 +55,7 @@ public:
   void bind_joyaxis(JoyId joy_id, int axis, Controller::Control c);
   void bind_joyhat(JoyId joy_id, int dir, Controller::Control c);
 
-  void read(const lisp::Lisp* joystick_lisp);
+  void read(const lisp::Lisp& joystick_lisp);
   void write(Writer& writer);
 
 private: