X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap.h;h=2018d85b28a67d14670ed8b3617dbd0265228abb;hb=958cad765cf063c9cc3722c3e694c9827ae502a4;hp=45431d786dbf2fe8e4751f0cb0d3619bbe0f05b3;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/worldmap.h b/src/worldmap.h index 45431d786..2018d85b2 100644 --- a/src/worldmap.h +++ b/src/worldmap.h @@ -60,7 +60,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 +248,6 @@ private: Statistics total_stats; void calculate_total_stats(); - Timer2 frame_timer; - public: WorldMap(); ~WorldMap();