From: Ingo Ruhnke Date: Sat, 20 Mar 2010 15:23:10 +0000 (+0000) Subject: -Weffc++ fix X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=05b7b4864ade96da9dc57908888f67bb133f5459;p=supertux.git -Weffc++ fix SVN-Revision: 6618 --- 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);