Changed jump behaviour: Tux will now jump even if the button was pressed (up to)...
[supertux.git] / src / object / infoblock.cpp
index dda84e6..1359dde 100644 (file)
@@ -66,9 +66,9 @@ InfoBlock::~InfoBlock()
 }
 
 void
-InfoBlock::hit(Player& )
+InfoBlock::hit(Player& player)
 {
-  start_bounce();
+  start_bounce(&player);
 
   //if (!stopped) {
   //  ringing->remove_me();