X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.h;h=f943a2395be5ca826a1275396cb0d02d2c91472c;hb=6e843b1780f62f45b7021bd8c38181aa211588ee;hp=b34e671549944fd4867fb9331d86dbfca5d3c52f;hpb=d46c78c842ab4090a3f46e560c891234167f124b;p=supertux.git diff --git a/src/tile.h b/src/tile.h index b34e67154..f943a2395 100644 --- a/src/tile.h +++ b/src/tile.h @@ -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;