Issue 1001: Fix compilation warning
authorTobias Markus <tobbi@mozilla-uk.org>
Sun, 18 Aug 2013 23:42:45 +0000 (01:42 +0200)
committerTobias Markus <tobbi@mozilla-uk.org>
Sun, 18 Aug 2013 23:59:07 +0000 (01:59 +0200)
src/object/brick.hpp

index b837aa9..617a3e9 100644 (file)
@@ -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: