rnd-20070220-2-src
[rocksndiamonds.git] / src / main.h
index 7a1e8bebc7b22c504a83732dfd2c742351cb506b..a9bc48a37a95be795777eafd9a720136df47172e 100644 (file)
                                 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)