X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=6c56974a538cf0e6d86795cbebc4fd8c42edf310;hb=1a8dede2cb67e1800ba2fa26182883920da1b160;hp=3e86c7f9ab85d04b2aacca56e7f2cf91eacc7afb;hpb=3140ab2a0de5599122e88579f48603146595e1c7;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3e86c7f9..6c56974a 100644 --- a/src/main.h +++ b/src/main.h @@ -101,6 +101,8 @@ #define EP_BIT_TUBE (1 << 3) #define EP_BIT_EM_SLIPPERY_WALL (1 << 4) +#define EP_BITMASK_DEFAULT 0 + #define IS_AMOEBALIVE(e) (Properties1[e] & EP_BIT_AMOEBALIVE) #define IS_AMOEBOID(e) (Properties1[e] & EP_BIT_AMOEBOID) #define IS_SCHLUESSEL(e) (Properties1[e] & EP_BIT_SCHLUESSEL)