projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c4945
)
fixed editor element cascading button for native Boulder Dash game elements
author
Holger Schemel
<info@artsoft.org>
Sun, 11 Feb 2024 11:13:46 +0000
(12:13 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 18 Feb 2024 14:57:42 +0000
(15:57 +0100)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 1591f68843ba75db4316a2d8ef33453653bb6508..cbd5841d0cb1cd000a02edfcf52b47e9364f272a 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-4571,6
+4571,7
@@
void InitElementPropertiesStatic(void)
static int ep_editor_cascade_active[] =
{
EL_INTERNAL_CASCADE_BD_ACTIVE,
+ EL_INTERNAL_CASCADE_BD_NATIVE_ACTIVE,
EL_INTERNAL_CASCADE_EM_ACTIVE,
EL_INTERNAL_CASCADE_EMC_ACTIVE,
EL_INTERNAL_CASCADE_RND_ACTIVE,
@@
-4595,6
+4596,7
@@
void InitElementPropertiesStatic(void)
static int ep_editor_cascade_inactive[] =
{
EL_INTERNAL_CASCADE_BD,
+ EL_INTERNAL_CASCADE_BD_NATIVE,
EL_INTERNAL_CASCADE_EM,
EL_INTERNAL_CASCADE_EMC,
EL_INTERNAL_CASCADE_RND,