X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d0584d4b922d331048d2cbea3ca265ccdb8fe928;hp=7b45b057fd7e894a5629dbb7b0599a3e3b491877;hb=897c46a2720672a49ce6d0803b08eed23fd2dd90;hpb=5945d4cf6b675d43d102a1a2ab7d6ebd43a49ead diff --git a/src/libgame/system.h b/src/libgame/system.h index 7b45b057..d0584d4b 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -357,7 +357,10 @@ #define ANIM_EVENT_NONE 0 #define ANIM_EVENT_SELF (1 << 16) #define ANIM_EVENT_ANY (1 << 17) +#define ANIM_EVENT_CLICK (1 << 18) +// anim number: bits 0-7 +// part number: bits 8-15 #define ANIM_EVENT_ANIM_BIT 0 #define ANIM_EVENT_PART_BIT 8