X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fflower.cpp;h=435be072568efcdebe08d49f8affee0e53e8b131;hb=7a87271678d68514ae2158c0c7adb383d6002872;hp=8230f76cfde7dd650742e9bf3757a8288eacdb6a;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/object/flower.cpp b/src/object/flower.cpp index 8230f76cf..435be0725 100644 --- a/src/object/flower.cpp +++ b/src/object/flower.cpp @@ -39,7 +39,7 @@ Flower::draw(DrawingContext& context) } HitResponse -Flower::collision(GameObject& other, const CollisionHit& hit) +Flower::collision(GameObject& other, const CollisionHit& ) { Player* player = dynamic_cast(&other); if(!player)