X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fspecial_tile.hpp;h=a7948e3f63971fe504c15fb6d78f1713b07ae461;hb=d84d73b701cc7fa2bd74f3490b9be1bf8b6f705a;hp=c537d4c6ea0f805351f873394463bf3c2ae8cbe0;hpb=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index c537d4c6e..a7948e3f6 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -45,9 +45,6 @@ public: /** 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;