rnd-20140320-1-src
[rocksndiamonds.git] / src / editor.c
index 99a3161da273d822bf56cbb46737065aa140b45e..2c5a0989089106e6f79b848cffd96e7c5c743ef8 100644 (file)
@@ -4797,7 +4797,7 @@ static int *editor_el_dynamic_ptr = NULL;
 static int num_editor_hl_dynamic = SIZEOF_ARRAY_INT(editor_hl_dynamic);
 static int num_editor_el_dynamic = 0;
 
-static int editor_hl_empty[] = { };
+static int editor_hl_empty[] = { EL_EMPTY };
 #if 1
 static int *editor_el_empty = NULL;    /* dynamically allocated */
 #else