X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Funstable_tile.hpp;h=a6bb71e48c934aacac9d6d4e19d9e27923d0b2c8;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=9c6e0bd768460da4225d496afebc61e187bafed3;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/object/unstable_tile.hpp b/src/object/unstable_tile.hpp index 9c6e0bd76..a6bb71e48 100644 --- a/src/object/unstable_tile.hpp +++ b/src/object/unstable_tile.hpp @@ -29,7 +29,7 @@ /** * A block that disintegrates when stood on */ -class UnstableTile : public MovingSprite +class UnstableTile : public MovingSprite, public UsesPhysic { public: UnstableTile(const lisp::Lisp& lisp); @@ -45,8 +45,6 @@ private: STATE_DISINTEGRATING /**< disintegrating, no longer solid */ }; State state; - - Physic physic; }; #endif