X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap.h;h=4bf2b69ceb96071c1a84e5dd312df9fd47d86ef7;hb=02d54bd21d3d72e46ecad8f6038666b0384d4eb8;hp=45431d786dbf2fe8e4751f0cb0d3619bbe0f05b3;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/worldmap.h b/src/worldmap.h index 45431d786..4bf2b69ce 100644 --- a/src/worldmap.h +++ b/src/worldmap.h @@ -16,7 +16,6 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - #ifndef SUPERTUX_WORLDMAP_H #define SUPERTUX_WORLDMAP_H @@ -60,7 +59,7 @@ public: void draw(DrawingContext& context, Vector pos); std::vector images; - int anim_speed; + float anim_fps; // Directions in which Tux is allowed to walk from this tile bool north; @@ -248,8 +247,6 @@ private: Statistics total_stats; void calculate_total_stats(); - Timer2 frame_timer; - public: WorldMap(); ~WorldMap();