X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=6fd4ae087a8e5b4135de7de6cded6a737fc2020b;hb=884152c09444fd6978dac31ca2421ebdb0b11f6a;hp=547d629e6f4f8f9c416147cdb88201d29649fdac;hpb=afad49f6ce2e58eeb41f680b8d05eed74455a1ab;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 547d629e..6fd4ae08 100644 --- a/src/init.c +++ b/src/init.c @@ -1561,6 +1561,9 @@ static void set_graphic_parameters_ext(int graphic, int *parameter, // animation synchronized with global frame counter, not move position g->anim_global_sync = parameter[GFX_ARG_GLOBAL_SYNC]; + // animation synchronized with global anim frame counter, not move position + g->anim_global_anim_sync = parameter[GFX_ARG_GLOBAL_ANIM_SYNC]; + // optional element for cloning crumble graphics if (parameter[GFX_ARG_CRUMBLED_LIKE] != ARG_UNDEFINED_VALUE) g->crumbled_like = parameter[GFX_ARG_CRUMBLED_LIKE];