added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / object / flower.cpp
index 8230f76..435be07 100644 (file)
@@ -39,7 +39,7 @@ Flower::draw(DrawingContext& context)
 }
 
 HitResponse
-Flower::collision(GameObject& other, const CollisionHit& hit)
+Flower::collision(GameObject& other, const CollisionHit& )
 {
   Player* player = dynamic_cast<Player*>(&other);
   if(!player)