X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=f70b6b5fdfc950b198fd79911ed2d8ae3052331a;hp=a949914ee1cbb900faa42aab4e71da903d54fa1a;hb=411dffb336bdcdd487225bc78d82bb3bafa3016e;hpb=bbea8429d449be9badea09afeb8ab7b4e4a42877 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