X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=f70b6b5fdfc950b198fd79911ed2d8ae3052331a;hb=38c98f98f536b80d9f8f2af263e2f22825ab5b2b;hp=a949914ee1cbb900faa42aab4e71da903d54fa1a;hpb=d4c19f2f629758803f62f52809c889052ddf3ccf;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index a949914e..f70b6b5f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -347,8 +347,9 @@ #define STYLE_REVERSE (1 << 2) // values for special event handling style (used for global animation) -#define STYLE_PASSTHROUGH (1 << 3) -#define STYLE_MULTIPLE_ACTIONS (1 << 4) +#define STYLE_BLOCK (1 << 3) +#define STYLE_PASSTHROUGH (1 << 4) +#define STYLE_MULTIPLE_ACTIONS (1 << 5) #define STYLE_DEFAULT STYLE_NONE