added jam build system, please try it out - the advantage would be that it already...
[supertux.git] / src / object / invisible_block.cpp
index 49560ed..4db8c93 100644 (file)
@@ -20,7 +20,7 @@ InvisibleBlock::draw(DrawingContext& context)
 }
 
 void
-InvisibleBlock::hit(Player& player)
+InvisibleBlock::hit(Player& )
 {
   if(visible)
     return;