X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fspecial_tile.hpp;h=f32b7b0fb92816050bca90d13ef4f12bcb6fe0f0;hb=4a486d92343d1824b311c234e9321e08f280fe68;hp=a7948e3f63971fe504c15fb6d78f1713b07ae461;hpb=d6c0f1db91b8ff4c3a21d75a8113819afb478fc4;p=supertux.git diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index a7948e3f6..f32b7b0fb 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -41,7 +41,7 @@ public: virtual void update(float elapsed_time); Vector pos; - + /** Sprite to render instead of guessing what image to draw */ std::auto_ptr sprite; @@ -65,4 +65,3 @@ public: } #endif -