rnd-20051126-1-src
[rocksndiamonds.git] / src / init.h
index 08f999e3e6df1a51179d58384a4d774e92a85e2e..e3f8858523d179ca83ce1a3e0e634d32f4ba5587 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "main.h"
 
-#if 1
 #define setMoveIntoAcidProperty(l, e, v)                       \
        (setBitfieldProperty(&(l)->can_move_into_acid_bits,     \
                             EP_CAN_MOVE_INTO_ACID, e, v))
 void setBitfieldProperty(int *, int, int, boolean);
 boolean getBitfieldProperty(int *, int, int);
 
-#else
-
-void setMoveIntoAcidProperty(struct LevelInfo *, int, boolean);
-boolean getMoveIntoAcidProperty(struct LevelInfo *, int);
-#endif
-
 void InitElementPropertiesStatic(void);
 void InitElementPropertiesEngine(int);