2 int do_animate
:1; /* animate, or use min_pct? */
3 int show_counter
:1; /* display the percentage counter? */
4 unsigned int min_pct
:7; /* when not animating, show any occurence with more
5 than this percent chance */
6 int changed
:1; /* Set this if you change any of the above */
16 unsigned int old_pct
:7;
20 void SetAnimation(struct animation
*a
, int x
, int y
, int sky
, int obs
, int vis
,
21 int frz
, int snow
, int rain
, int tstorm
, int svtstorm
,
23 void DoAnimation(struct animation
*a
);