Updated monodevelop files.
authorWolfgang Becker <uafr@gmx.de>
Sun, 14 Jan 2007 19:32:53 +0000 (19:32 +0000)
committerWolfgang Becker <uafr@gmx.de>
Sun, 14 Jan 2007 19:32:53 +0000 (19:32 +0000)
SVN-Revision: 4564

src/object/block.cpp

index 4c34fd6..0f999ae 100644 (file)
@@ -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), breaking(false), bounce_dir(0), bounce_offset(0)
 {
   bbox.set_size(32, 32.1);
   set_group(COLGROUP_STATIC);