* The "time needed" statistic now works again. You might need to delete your savegame...
[supertux.git] / src / object / rock.cpp
index df1371c..b6ad844 100644 (file)
@@ -91,7 +91,7 @@ Rock::collision(GameObject& object, const CollisionHit& )
 }
 
 void
-Rock::grab(MovingObject& , const Vector& pos)
+Rock::grab(MovingObject& , const Vector& pos, Direction)
 {
   movement = pos - get_pos();
   grabbed = true;