Skip to content

Commit

Permalink
Issue 1001: Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 18, 2013
1 parent 789f328 commit 6103b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/brick.hpp
Expand Up @@ -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:
Expand Down

0 comments on commit 6103b27

Please sign in to comment.