From 561b6c09495c38394401a79f98bd508b272daf23 Mon Sep 17 00:00:00 2001 From: grumbel Date: Sat, 20 Mar 2010 15:23:10 +0000 Subject: [PATCH] -Weffc++ fix git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6618 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- 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