rnd-20060211-1-src
[rocksndiamonds.git] / src / editor.c
index 07043c5e727157bca5ed92446c3dcb637f788298..6c51c6dc2bd19cce1551190cd9f68cbe8dc367a8 100644 (file)
@@ -6358,8 +6358,12 @@ static void copy_custom_element_settings(int element_from, int element_to)
     ei_to->description[i] = ei_from->description[i];
 
   /* ---------- copy element base properties ---------- */
+#if 1
+  ei_to->properties[EP_BITFIELD_BASE] = ei_from->properties[EP_BITFIELD_BASE];
+#else
   Properties[element_to][EP_BITFIELD_BASE] =
     Properties[element_from][EP_BITFIELD_BASE];
+#endif
 
   /* ---------- copy custom property values ---------- */