From 6103b2721aaaad221528b56f20c2b3a5e9690fb6 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Mon, 19 Aug 2013 01:42:45 +0200 Subject: [PATCH] Issue 1001: Fix compilation warning --- src/object/brick.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/brick.hpp b/src/object/brick.hpp index b837aa9af..617a3e908 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: -- 2.11.0