X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=327cba881e18ab2b806c4823691f5056e6b53df4;hb=2e69a002d77d8c0b18c8d44184504769c44d60d8;hp=90a7fe4fe2a7b3160f3a163c4301a506bcf3f3e1;hpb=fb0df571e1a4207bc756e73f7954e1ba05fa1fad;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 90a7fe4f..327cba88 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -370,6 +370,7 @@ #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