X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fbullet.hpp;h=c3464d7d5344330786491a65d5fe1f933199f799;hb=a983f6648d43492632c41e2b7519b70458b53cf4;hp=789144722ab1579ddd563855d1ec2f0e6706435d;hpb=1a6dbe26f00e7f9eabb65a1844ab7d2aa5648126;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;