X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fspecial_tile.hpp;h=f32b7b0fb92816050bca90d13ef4f12bcb6fe0f0;hb=051da28245f26cb1a073c764de235460e87ec64f;hp=c537d4c6ea0f805351f873394463bf3c2ae8cbe0;hpb=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index c537d4c6e..f32b7b0fb 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -41,13 +41,10 @@ public: virtual void update(float elapsed_time); Vector pos; - + /** Sprite to render instead of guessing what image to draw */ std::auto_ptr sprite; - /** Position to swap to player */ - Vector teleport_dest; - /** Message to show in the Map */ std::string map_message; bool passive_message; @@ -68,4 +65,3 @@ public: } #endif -