X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=a32e32a6a283acfbfd9d25fcc2e76e67b0810ff4;hb=fce6382552e249112dd8c27ee78f42b00d86e1f4;hp=dc4ea9ace501012d47b92aaf669ec47fa15ee25c;hpb=0de8deae39ba2513085fda971cd122542b8d946b;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index dc4ea9ac..a32e32a6 100644 --- a/src/main.h +++ b/src/main.h @@ -3591,6 +3591,8 @@ struct ElementInfo struct ElementGroupInfo *group; // pointer to element group info + boolean has_anim_event; // element can trigger global animation + // ---------- internal values used at runtime when playing ---------- boolean has_change_event[NUM_CHANGE_EVENTS];