added value to constants for global animations control
authorHolger Schemel <info@artsoft.org>
Mon, 23 May 2016 23:17:23 +0000 (01:17 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 23 May 2016 23:17:23 +0000 (01:17 +0200)
src/anim.c

index 9097d88cb9f3600a1988365386315449c9917e48..c5e1676e8546c64cfd8b9d1eadf9460653459e95 100644 (file)
 #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