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