X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=5ec5f7f063e83c9454f7e2d85b3be2b8fb5b2414;hb=efda7f7ff333c8aa84af7966e11e2ea070c6aea9;hp=9f20487fb0e4f5aebb8bd2108b2f7e19040db114;hpb=897c46a2720672a49ce6d0803b08eed23fd2dd90;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index 9f20487f..5ec5f7f0 100644 --- a/src/files.c +++ b/src/files.c @@ -10066,11 +10066,19 @@ static int get_anim_parameter_value(char *s) { int event_value[] = { - ANIM_EVENT_CLICK + ANIM_EVENT_CLICK, + ANIM_EVENT_INIT, + ANIM_EVENT_START, + ANIM_EVENT_END, + ANIM_EVENT_POST }; char *pattern_1[] = { - "click:anim_" + "click:anim_", + "init:anim_", + "start:anim_", + "end:anim_", + "post:anim_" }; char *pattern_2 = ".part_"; char *matching_char = NULL;