From 231a126d6070a672b586882c0f3ca1e62b852488 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 11 Mar 2025 23:46:57 +0200
Subject: [PATCH 53/53] anim_new(): Document tile_per_frame parameter

See RM #1217

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 client/tilespec.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/client/tilespec.c b/client/tilespec.c
index e50be95cc6..aa1287fa6b 100644
--- a/client/tilespec.c
+++ b/client/tilespec.c
@@ -2767,7 +2767,8 @@ static char *valid_index_str(const struct tileset *t, int idx)
 /************************************************************************//**
   Create a new anim structure
 
-  @param frames Number of frames in the animation
+  @param frames         Number of frames in the animation
+  @param time_per_frame How many anim cycles there's between frame changes
   @return New anim structure
 ****************************************************************************/
 static struct anim *anim_new(int frames, int time_per_frame)
-- 
2.47.2

