projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789f328
)
Issue 1001: Fix compilation warning
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 18 Aug 2013 23:42:45 +0000
(
01:42
+0200)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 18 Aug 2013 23:59:07 +0000
(
01:59
+0200)
src/object/brick.hpp
patch
|
blob
|
history
diff --git
a/src/object/brick.hpp
b/src/object/brick.hpp
index
b837aa9
..
617a3e9
100644
(file)
--- 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: