X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a48ccf05551863bd0c278f9abf88d81286793f74;hb=5e616edfe5f101927d2ff3f7a14d2c65897de3cc;hp=a9f1efa1786ad01efeb85cb7b8d2321da3640dee;hpb=7a821f79cb735d048869b503279c402800afa44a;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index a9f1efa1..a48ccf05 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -126,6 +126,12 @@ #define ANIM_RANDOM (1 << 4) #define ANIM_REVERSE (1 << 5) +#if 0 +/* values for special animation modes */ +#define ANIM_DEFAULT (1 << 6) +#define ANIM_QUICK (1 << 7) +#define ANIM_SPECIAL1 (1 << 8) +#endif /* values for redraw_mask */ #define REDRAW_NONE (0) @@ -485,6 +491,8 @@ struct SetupEditorInfo boolean el_chars; boolean el_custom; boolean el_custom_more; + + boolean el_headlines; }; struct SetupShortcutInfo