Bug #1217 » 0053-anim_new-Document-tile_per_frame-parameter.patch
client/tilespec.c | ||
---|---|---|
/************************************************************************//**
|
||
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)
|