fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / src / worldmap.h
index 45431d7..2018d85 100644 (file)
@@ -60,7 +60,7 @@ public:
   void draw(DrawingContext& context, Vector pos);
 
   std::vector<Surface*> 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();