X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=90a7fe4fe2a7b3160f3a163c4301a506bcf3f3e1;hp=306757a6d6ad8d92248c2ace4692fcf52b41a9fe;hb=fb0df571e1a4207bc756e73f7954e1ba05fa1fad;hpb=04e5f3736d715014bb08d7daf8493f96525784f9 diff --git a/src/libgame/system.h b/src/libgame/system.h index 306757a6..90a7fe4f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -369,6 +369,7 @@ #define ANIM_STATIC_PANEL (1 << 13) #define ANIM_ALL (1 << 14) #define ANIM_ONCE (1 << 15) +#define ANIM_TILED (1 << 16) #define ANIM_DEFAULT ANIM_LOOP