fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / object / rock.hpp
index 7303fe1..8ce1cb4 100644 (file)
@@ -38,12 +38,13 @@ public:
   HitResponse collision(GameObject& other, const CollisionHit& hit);
   void update(float elapsed_time);
   void write(lisp::Writer& writer);
-    
+
   void grab(MovingObject& object, const Vector& pos, Direction dir);
   void ungrab(MovingObject& object, Direction dir);
 
 private:
   bool on_ground;
+  bool grabbed;
   Physic physic;
 };