X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=a48ccf05551863bd0c278f9abf88d81286793f74;hb=5e616edfe5f101927d2ff3f7a14d2c65897de3cc;hp=73ec0f79aae512a66301a2563628baf24bfb7352;hpb=86b0ea5594dc5a9db7ac5d71fa2b7487a4fc1f9d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 73ec0f79..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)