diff --git a/src/object/brick.hpp b/src/object/brick.hpp index b837aa9af24..617a3e9080d 100644 --- a/src/object/brick.hpp +++ b/src/object/brick.hpp @@ -24,7 +24,7 @@ class Brick : public Block public: Brick(const Vector& pos, int data); - void try_break(Player* player = false); + void try_break(Player* player); HitResponse collision(GameObject& other, const CollisionHit& hit); protected: