rnd-20030428-3-src
[rocksndiamonds.git] / src / init.c
index 5015dc9842b06818fff102f28031c05a90556f79..d6ede854a841fa36bfa305e99086e7b98e0ab5e7 100644 (file)
@@ -1079,7 +1079,9 @@ void InitElementPropertiesStatic()
     EL_TRAP,
     EL_INVISIBLE_SAND,
     EL_INVISIBLE_SAND_ACTIVE,
-#if 1
+
+    /* !!! currently not diggable, but handled by 'ep_dont_go_to' !!! */
+#if 0
     EL_LANDMINE,
     EL_TRAP_ACTIVE,
     EL_SP_BUGGY_BASE_ACTIVE,
@@ -1510,9 +1512,13 @@ void InitElementPropertiesStatic()
     EL_ACID,
     EL_SP_SNIKSNAK,
     EL_SP_ELECTRON,
+
+    /* !!! maybe this should better be handled by 'ep_diggable' !!! */
+#if 1
     EL_SP_BUGGY_BASE_ACTIVE,
     EL_TRAP_ACTIVE,
     EL_LANDMINE,
+#endif
     -1
   };