rnd-20040315-2-src
[rocksndiamonds.git] / src / editor.c
index af251d33341060df607549939c1b98f0e5dd9813..67cd3d8c45fc828a177851fcc485c8d6a9533c51 100644 (file)
@@ -3294,7 +3294,12 @@ static int editor_el_custom_more[] =
   EL_CUSTOM_START + 252,
   EL_CUSTOM_START + 253,
   EL_CUSTOM_START + 254,
-  EL_CUSTOM_START + 255
+  EL_CUSTOM_START + 255,
+
+  EL_TRIGGER_ELEMENT,
+  EL_TRIGGER_PLAYER,
+  EL_EMPTY,
+  EL_EMPTY
 };
 static int *editor_hl_custom_more_ptr = editor_hl_custom_more;
 static int *editor_el_custom_more_ptr = editor_el_custom_more;