X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=2be92c6bf151a2d1bdd026243f88e84e3c610fd9;hb=96e81193abbb278dd3b79d109ff99d061fe43973;hp=a9bc48a37a95be795777eafd9a720136df47172e;hpb=5c51379382ab3d349e17ae6988eb80b3c2f9da3f;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index a9bc48a3..2be92c6b 100644 --- a/src/main.h +++ b/src/main.h @@ -698,6 +698,8 @@ #define IS_ACID_POOL_OR_ACID(e) (IS_ACID_POOL(e) || (e) == EL_ACID) +#define IS_EMC_PILLAR(e) ((e) >= EL_EMC_WALL_1 && (e) <= EL_EMC_WALL_3) + #define GFX_ELEMENT(e) (element_info[e].use_gfx_element ? \ element_info[e].gfx_element : e)