added global animation actions executed after init/anim/post delay
[rocksndiamonds.git] / src / events.h
index deba7439368d40774196b634c5b656bbc7bed85e..823670bcc124d20c81f3136781cbad413fc0a0f4 100644 (file)
@@ -16,7 +16,8 @@
 
 
 #define USEREVENT_NONE                 0
-#define USEREVENT_ANIM_EVENT_ACTION    1
+#define USEREVENT_ANIM_DELAY_ACTION    1
+#define USEREVENT_ANIM_EVENT_ACTION    2
 
 
 boolean NextValidEvent(Event *);