projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfc0c7d
)
Updated monodevelop files.
author
Wolfgang Becker
<uafr@gmx.de>
Sun, 14 Jan 2007 19:32:53 +0000
(19:32 +0000)
committer
Wolfgang Becker
<uafr@gmx.de>
Sun, 14 Jan 2007 19:32:53 +0000
(19:32 +0000)
SVN-Revision: 4564
src/object/block.cpp
patch
|
blob
|
history
diff --git
a/src/object/block.cpp
b/src/object/block.cpp
index
4c34fd6
..
0f999ae
100644
(file)
--- a/
src/object/block.cpp
+++ b/
src/object/block.cpp
@@
-49,7
+49,7
@@
static const float BOUNCY_BRICK_SPEED=90;
static const float EPSILON = .0001;
Block::Block(Sprite* newsprite)
- : sprite(newsprite), bouncing(false), bounce_dir(0), bounce_offset(0)
+ : sprite(newsprite), bouncing(false), b
reaking(false), b
ounce_dir(0), bounce_offset(0)
{
bbox.set_size(32, 32.1);
set_group(COLGROUP_STATIC);