X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Funstable_tile.hpp;h=9c6e0bd768460da4225d496afebc61e187bafed3;hb=a113d3bd1feddd510e3b2852b0d42522735eee40;hp=cd19c4e0d318318178f300bc154968a26e93e36f;hpb=ff4c6994b952e26b854461d739eb3bcbfc30719f;p=supertux.git diff --git a/src/object/unstable_tile.hpp b/src/object/unstable_tile.hpp index cd19c4e0d..9c6e0bd76 100644 --- a/src/object/unstable_tile.hpp +++ b/src/object/unstable_tile.hpp @@ -26,7 +26,7 @@ #include "physic.hpp" #include "timer.hpp" -/** +/** * A block that disintegrates when stood on */ class UnstableTile : public MovingSprite @@ -50,4 +50,3 @@ private: }; #endif -