From: Holger Schemel Date: Mon, 23 May 2016 23:17:23 +0000 (+0200) Subject: added value to constants for global animations control X-Git-Tag: 4.0.0.0-rc3~60 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=8ee589f9bf992e6acbdf488f302a7268dc65cc9c added value to constants for global animations control --- diff --git a/src/anim.c b/src/anim.c index 9097d88c..c5e1676e 100644 --- a/src/anim.c +++ b/src/anim.c @@ -56,9 +56,10 @@ #define ANIM_STATE_RUNNING (1 << 2) /* values for global animation control */ -#define ANIM_START 0 -#define ANIM_CONTINUE 1 -#define ANIM_STOP 2 +#define ANIM_NO_ACTION 0 +#define ANIM_START 1 +#define ANIM_CONTINUE 2 +#define ANIM_STOP 3 struct GlobalAnimPartControlInfo