From: grumbel Date: Sat, 20 Mar 2010 15:23:10 +0000 (+0000) Subject: -Weffc++ fix X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=561b6c09495c38394401a79f98bd508b272daf23;p=supertux.git -Weffc++ fix git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6618 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- 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);