added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / object / coin.cpp
index 04beb66..7bdded4 100644 (file)
@@ -31,7 +31,7 @@ Coin::draw(DrawingContext& context)
 }
 
 HitResponse
-Coin::collision(GameObject& other, const CollisionHit& hit)
+Coin::collision(GameObject& other, const CollisionHit& )
 {
   Player* player = dynamic_cast<Player*>(&other);
   if(player == 0)