projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4b81c
)
removed R'n'D players from the editor palette when editing native BD levels
author
Holger Schemel
<info@artsoft.org>
Mon, 12 Feb 2024 18:10:24 +0000
(19:10 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 18 Feb 2024 14:57:44 +0000
(15:57 +0100)
src/editor.c
patch
|
blob
|
history
diff --git
a/src/editor.c
b/src/editor.c
index 40265f5f9118a0912f3e24b275dc21c8ab79c89e..ac2bb22020495f36f4cd2d40783eaf2e3ee05867 100644
(file)
--- a/
src/editor.c
+++ b/
src/editor.c
@@
-6072,6
+6072,7
@@
static void ReinitializeElementList_EnableSections(void)
}
else if (level.game_engine_type == GAME_ENGINE_TYPE_BD)
{
+ setup_editor_el_players = FALSE;
setup_editor_el_boulderdash = FALSE;
setup_editor_el_emerald_mine = FALSE;
setup_editor_el_emerald_mine_club = FALSE;