rnd-20070121-1-src
[rocksndiamonds.git] / src / editor.c
index 7b8930e2687e0252b38f828dfc6e08c3dfae1502..b4b6d78e0e21d3ce6e66ac883655ea1f9f5d0bcf 100644 (file)
@@ -3688,6 +3688,11 @@ static int editor_el_diamond_caves[] =
   EL_EM_EXIT_OPEN,
   EL_EM_STEEL_EXIT_CLOSED,
   EL_EM_STEEL_EXIT_OPEN,
+
+  EL_DC_KEY_WHITE,
+  EL_DC_GATE_WHITE,
+  EL_DC_GATE_WHITE_GRAY,
+  EL_DC_GATE_FAKE_GRAY,
 };
 static int *editor_hl_diamond_caves_ptr = editor_hl_diamond_caves;
 static int *editor_el_diamond_caves_ptr = editor_el_diamond_caves;