X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=4acc61d8858bb4dc68ee26271bc2b0196d19b3b9;hb=d781e40cf5aade94d6f4e80b98b0bf04cc880766;hp=90a7fe4fe2a7b3160f3a163c4301a506bcf3f3e1;hpb=fb0df571e1a4207bc756e73f7954e1ba05fa1fad;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 90a7fe4f..4acc61d8 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 @@ -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;