X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Funstable_tile.cpp;h=de55c337b0eb14f8b90aeffef90f0fc6eb59ffd9;hb=78ac7aef674f518549f96160c6354b589553f952;hp=015716295f5292fe4a1e3a7d9df97032d3ed3f60;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/object/unstable_tile.cpp b/src/object/unstable_tile.cpp index 015716295..de55c337b 100644 --- a/src/object/unstable_tile.cpp +++ b/src/object/unstable_tile.cpp @@ -22,8 +22,10 @@ #include "supertux/constants.hpp" #include "supertux/object_factory.hpp" -UnstableTile::UnstableTile(const Reader& lisp) - : MovingSprite(lisp, LAYER_TILES, COLGROUP_STATIC), state(STATE_NORMAL) +UnstableTile::UnstableTile(const Reader& lisp) : + MovingSprite(lisp, LAYER_TILES, COLGROUP_STATIC), + physic(), + state(STATE_NORMAL) { sprite->set_action("normal"); }