From: Holger Schemel Date: Wed, 11 Oct 2017 18:08:44 +0000 (+0200) Subject: fixed bug with showing DC2 game elements when using EM/EMC engine X-Git-Tag: 4.1.0.0~104 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=72eee225ab3bc5616dc25cace9abd68c7b588640 fixed bug with showing DC2 game elements when using EM/EMC engine --- 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;