fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / src / tile.h
index b34e671..f943a23 100644 (file)
@@ -85,7 +85,7 @@ public:
       been collected or jumped at */
   int next_tile;
 
-  int anim_speed;
+  float anim_fps;
 
   /** Draw a tile on the screen */
   void draw(DrawingContext& context, const Vector& pos, int layer) const;