X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.c;h=cfba947d0c50ac26aa6870d5d87cbb1f48f45d3d;hp=5ec5f7f063e83c9454f7e2d85b3be2b8fb5b2414;hb=b20de5f2d7dd54c56af6bda51748d2c03446bcdd;hpb=9554663af137518e17db7ef1c405ee13aa9486e7 diff --git a/src/files.c b/src/files.c index 5ec5f7f0..cfba947d 100644 --- a/src/files.c +++ b/src/files.c @@ -10168,6 +10168,9 @@ static int get_anim_parameter_values(char *s) string_has_parameter(s, "self")) event_value |= ANIM_EVENT_SELF; + if (string_has_parameter(s, "unclick:any")) + event_value |= ANIM_EVENT_UNCLICK_ANY; + // if animation event found, add it to global animation event list if (event_value != ANIM_EVENT_NONE) list_pos = AddGlobalAnimEventValue(list_pos, event_value);