added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / badguy / jumpy.cpp
index 4ac9960..f5ce236 100644 (file)
@@ -24,7 +24,7 @@ Jumpy::write(LispWriter& writer)
 }
 
 HitResponse
-Jumpy::collision_solid(GameObject& other, const CollisionHit& hit)
+Jumpy::collision_solid(GameObject& , const CollisionHit& hit)
 {
   // hit floor?
   if(hit.normal.y < -.5) {