fixed background drawing problems introduced with my last commit
[supertux.git] / src / worldmap.h
index 45431d7..4bf2b69 100644 (file)
@@ -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<Surface*> 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();