X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=007e02d3542f7583735f555a5889b0f71a839e30;hb=30d40b2686550cc5ffd737ad4336bf7fccf2b4e1;hp=a9f1efa1786ad01efeb85cb7b8d2321da3640dee;hpb=5256734485f2dc391d80ddb70f7cdfe28fff2c75;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index a9f1efa1..007e02d3 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -126,6 +126,11 @@ #define ANIM_RANDOM (1 << 4) #define ANIM_REVERSE (1 << 5) +/* values for special (non game element) animation modes */ +#define ANIM_HORIZONTAL (1 << 6) +#define ANIM_VERTICAL (1 << 7) + +#define ANIM_DEFAULT ANIM_LOOP /* values for redraw_mask */ #define REDRAW_NONE (0) @@ -485,6 +490,8 @@ struct SetupEditorInfo boolean el_chars; boolean el_custom; boolean el_custom_more; + + boolean el_headlines; }; struct SetupShortcutInfo