From: Wolfgang Becker Date: Sun, 14 Jan 2007 19:32:53 +0000 (+0000) Subject: Updated monodevelop files. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0be43004e861eb30599657f95051583e108d0a83;p=supertux.git Updated monodevelop files. SVN-Revision: 4564 --- diff --git a/src/object/block.cpp b/src/object/block.cpp index 4c34fd6fd..0f999ae69 100644 --- 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), breaking(false), bounce_dir(0), bounce_offset(0) { bbox.set_size(32, 32.1); set_group(COLGROUP_STATIC);