X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=327cba881e18ab2b806c4823691f5056e6b53df4;hb=2e69a002d77d8c0b18c8d44184504769c44d60d8;hp=306757a6d6ad8d92248c2ace4692fcf52b41a9fe;hpb=5057488605f8504c8dc0f2ec5d5e038949925601;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 306757a6..327cba88 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -369,6 +369,8 @@ #define ANIM_STATIC_PANEL (1 << 13) #define ANIM_ALL (1 << 14) #define ANIM_ONCE (1 << 15) +#define ANIM_TILED (1 << 16) +#define ANIM_RANDOM_STATIC (1 << 17) #define ANIM_DEFAULT ANIM_LOOP