X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fspecial_tile.hpp;h=f32b7b0fb92816050bca90d13ef4f12bcb6fe0f0;hb=4a486d92343d1824b311c234e9321e08f280fe68;hp=068c01fb52968e428f6615d053efb76f4ff05411;hpb=7cf5d7c12c212819c17041832d181842842d6cf8;p=supertux.git diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index 068c01fb5..f32b7b0fb 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke @@ -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 -