applied ravus patch
[supertux.git] / src / badguy / jumpy.h
index 536cbdf..47fc4ee 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef __JUMPY_H__
 #define __JUMPY_H__
 
@@ -36,6 +35,8 @@ public:
 
 private:
   HitResponse hit(const CollisionHit& hit);
+  Vector pos_groundhit;
+  bool groundhit_pos_set;
 };
 
 #endif