added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / badguy / snowball.cpp
index 4c9bdea..ce5ac61 100644 (file)
@@ -39,7 +39,7 @@ SnowBall::collision_squished(Player& player)
 }
 
 HitResponse
-SnowBall::collision_solid(GameObject& other, const CollisionHit& hit)
+SnowBall::collision_solid(GameObject& , const CollisionHit& hit)
 {
   if(fabsf(hit.normal.y) > .5) { // hit floor or roof?
     physic.set_velocity_y(0);