X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=4acc61d8858bb4dc68ee26271bc2b0196d19b3b9;hb=d9479668b752772803e523561bc544a6c7efe725;hp=306757a6d6ad8d92248c2ace4692fcf52b41a9fe;hpb=5057488605f8504c8dc0f2ec5d5e038949925601;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 306757a6..4acc61d8 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -369,6 +369,8 @@ #define ANIM_STATIC_PANEL (1 << 13) #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 @@ -1353,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;