added value to constants for global animations control
[rocksndiamonds.git] / 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