X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbullet.hpp;h=c3464d7d5344330786491a65d5fe1f933199f799;hb=ca967dcf4ee89f99880355be00782d1cd047be6a;hp=789144722ab1579ddd563855d1ec2f0e6706435d;hpb=4587bd9c8fc5cbb20f1e442de76bc06571ab56ba;p=supertux.git diff --git a/src/object/bullet.hpp b/src/object/bullet.hpp index 789144722..c3464d7d5 100644 --- a/src/object/bullet.hpp +++ b/src/object/bullet.hpp @@ -42,7 +42,7 @@ public: * Note that the @c hit parameter is filled in as perceived by the object, not by the bullet. */ void ricochet(GameObject& other, const CollisionHit& hit); - + BonusType get_type() { return type;