added global animation actions executed after init/anim/post delay
[rocksndiamonds.git] / src / events.c
index 17f528e9415aadc78f26f411a7d550e5292c2553..3a22c7426f36215175cad6312a68f8bcbe04a230 100644 (file)
@@ -1607,6 +1607,7 @@ void HandleUserEvent(UserEvent *event)
 {
   switch (event->code)
   {
+    case USEREVENT_ANIM_DELAY_ACTION:
     case USEREVENT_ANIM_EVENT_ACTION:
       // execute action functions until matching action was found
       if (DoKeysymAction(event->value1) ||