rnd-20030423-1-src
[rocksndiamonds.git] / src / editor.c
index 1d2115ceb853649c2b8a5509816929ddcb59a4ae..86311c57cc985846a50c28ce36b66a0b710a9dc6 100644 (file)
@@ -3406,8 +3406,10 @@ static void DrawPropertiesConfig()
       else
        DrawElementContentAreas();
     }
+#if 1
     else if (IS_CUSTOM_ELEMENT(properties_element))
       DrawCustomChangedArea();
+#endif
   }
 
   if (IS_GEM(properties_element))
@@ -3683,12 +3685,9 @@ static void DrawPropertiesInfo()
   {
     { EP_AMOEBALIVE,           "- living amoeba"               },
     { EP_AMOEBOID,             "- amoeboid"                    },
-    { EP_PFORTE,               "- pforte"                      },
-    { EP_SOLID,                        "- solid"                       },
     { EP_INDESTRUCTIBLE,       "- undestructible"              },
     { EP_SLIPPERY,             "- slippery"                    },
     { EP_ENEMY,                        "- enemy"                       },
-    { EP_MAUER,                        "- mauer"                       },
     { EP_CAN_FALL,             "- can fall"                    },
     { EP_CAN_SMASH,            "- can smash"                   },
     { EP_CAN_CHANGE,           "- can change"                  },