X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=a9bc48a37a95be795777eafd9a720136df47172e;hb=5c51379382ab3d349e17ae6988eb80b3c2f9da3f;hp=7a1e8bebc7b22c504a83732dfd2c742351cb506b;hpb=d2fe3484366d23690887c6547636cd681db22007;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 7a1e8beb..a9bc48a3 100644 --- a/src/main.h +++ b/src/main.h @@ -696,6 +696,8 @@ IS_EM_GATE_GRAY(e) ? EM_GATE_GRAY_NR(e) : \ IS_EMC_GATE_GRAY(e) ? EMC_GATE_GRAY_NR(e) : 0) +#define IS_ACID_POOL_OR_ACID(e) (IS_ACID_POOL(e) || (e) == EL_ACID) + #define GFX_ELEMENT(e) (element_info[e].use_gfx_element ? \ element_info[e].gfx_element : e)