From 05b7b4864ade96da9dc57908888f67bb133f5459 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Sat, 20 Mar 2010 15:23:10 +0000 Subject: [PATCH] -Weffc++ fix SVN-Revision: 6618 --- src/object/unstable_tile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/object/unstable_tile.cpp b/src/object/unstable_tile.cpp index d31d5e625..91f6e49b6 100644 --- a/src/object/unstable_tile.cpp +++ b/src/object/unstable_tile.cpp @@ -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); -- 2.11.0