X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=1bfd49bc32333c93f3a03c082a6b963f433d70a9;hb=c0c5862d9ee59c70412b1c35e558101b109a8ec9;hp=08f999e3e6df1a51179d58384a4d774e92a85e2e;hpb=27761d23147efd8150fd8ca9601fa30f623ce573;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 08f999e3..1bfd49bc 100644 --- a/src/init.h +++ b/src/init.h @@ -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)) @@ -33,16 +32,12 @@ 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); +void InitElementPropertiesAfterLoading(int); void ReloadCustomArtwork(int); +void RedrawBackground(); void KeyboardAutoRepeatOffUnlessAutoplay();