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