rnd-20060117-1-src
[rocksndiamonds.git] / src / libgame / system.h
index bc434d362208c8c28c65fa1bcf0ade268381aa6b..a164fbe2df3ceb70f791809c2203858a9f339543 100644 (file)
 /* 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