X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Finfoblock.cpp;h=1359ddef53279be40a5603bc15e4ffec0b73be38;hb=555d1b7bebb45326d82d934e07463209837309b0;hp=dda84e61e14ca1fe4e2a580669dc5ac880d21dd3;hpb=944f31d9d3127b218415fbd1b6ac8f642be88863;p=supertux.git diff --git a/src/object/infoblock.cpp b/src/object/infoblock.cpp index dda84e61e..1359ddef5 100644 --- a/src/object/infoblock.cpp +++ b/src/object/infoblock.cpp @@ -66,9 +66,9 @@ InfoBlock::~InfoBlock() } void -InfoBlock::hit(Player& ) +InfoBlock::hit(Player& player) { - start_bounce(); + start_bounce(&player); //if (!stopped) { // ringing->remove_me();