projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b35d42
)
added value to constants for global animations control
author
Holger Schemel
<info@artsoft.org>
Mon, 23 May 2016 23:17:23 +0000
(
01:17
+0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 23 May 2016 23:17:23 +0000
(
01:17
+0200)
src/anim.c
patch
|
blob
|
history
diff --git
a/src/anim.c
b/src/anim.c
index 9097d88cb9f3600a1988365386315449c9917e48..c5e1676e8546c64cfd8b9d1eadf9460653459e95 100644
(file)
--- 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