Skip to content

Commit

Permalink
-Weffc++ fix
Browse files Browse the repository at this point in the history
SVN-Revision: 6618
  • Loading branch information
Ingo Ruhnke committed Mar 20, 2010
1 parent f9ce366 commit 05b7b48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/object/unstable_tile.cpp
Expand Up @@ -27,7 +27,8 @@
UnstableTile::UnstableTile(const Reader& lisp) :
MovingSprite(lisp, LAYER_TILES, COLGROUP_STATIC),
physic(),
state(STATE_NORMAL)
state(STATE_NORMAL),
slowfall_timer()
{
sprite->set_action("normal");
physic.set_gravity_modifier (.98);
Expand Down

0 comments on commit 05b7b48

Please sign in to comment.