X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=b214ba752733cc58ea9ffbc94797c577b4f9df61;hb=a00af4d54f7f23fe9ed4ae7e3244895c4acc0158;hp=406a6f364672ec6d241d0259328999d78eccd0a6;hpb=e14d20831f1abdbcfccd5c8afcaf715e3849f468;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 406a6f36..b214ba75 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -342,6 +342,7 @@ #define ANIM_EVENT_CLICK_PART_7 (1 << 14) #define ANIM_EVENT_CLICK_PART_8 (1 << 15) #define ANIM_EVENT_CLICK_SELF (1 << 16) +#define ANIM_EVENT_CLICK_ANY (1 << 17) #define ANIM_EVENT_CLICK_ANIM_ALL (ANIM_EVENT_CLICK_ANIM_1 | \ ANIM_EVENT_CLICK_ANIM_2 | \