X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a164fbe2df3ceb70f791809c2203858a9f339543;hp=bc434d362208c8c28c65fa1bcf0ade268381aa6b;hb=b2910d93736e3da9f27fa8bf8ff5979b85e43a75;hpb=e6866245d023073d22a94664c67456104af0967c diff --git a/src/libgame/system.h b/src/libgame/system.h index bc434d36..a164fbe2 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -142,6 +142,7 @@ /* values for special (non game element) animation modes */ #define ANIM_HORIZONTAL (1 << 8) #define ANIM_VERTICAL (1 << 9) +#define ANIM_STATIC_PANEL (1 << 10) #define ANIM_DEFAULT ANIM_LOOP