fixed comment
[rocksndiamonds.git] / src / libgame / system.h
index 90a7fe4fe2a7b3160f3a163c4301a506bcf3f3e1..4acc61d8858bb4dc68ee26271bc2b0196d19b3b9 100644 (file)
 #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
 
@@ -1354,6 +1355,7 @@ struct SetupEditorCascadeInfo
   boolean el_steel_chars;
   boolean el_ce;
   boolean el_ge;
+  boolean el_es;
   boolean el_ref;
   boolean el_user;
   boolean el_dynamic;