- made fixes to buttjump
[supertux.git] / src / player.h
index cfccd40..0f87dba 100644 (file)
@@ -121,6 +121,7 @@ public:
 
   bool jumping;
   bool can_jump;
+  bool butt_jump;
   int frame_;
   int frame_main;