From 72eee225ab3bc5616dc25cace9abd68c7b588640 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Wed, 11 Oct 2017 20:08:44 +0200 Subject: [PATCH] fixed bug with showing DC2 game elements when using EM/EMC engine --- src/editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor.c b/src/editor.c index dddcaa8e..d3d6a322 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5462,6 +5462,7 @@ static void ReinitializeElementList_EnableSections() setup_editor_el_more = FALSE; setup_editor_el_sokoban = FALSE; setup_editor_el_supaplex = FALSE; + setup_editor_el_diamond_caves = FALSE; setup_editor_el_dx_boulderdash = FALSE; setup_editor_el_mirror_magic = FALSE; setup_editor_el_deflektor = FALSE; -- 2.34.1