projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba0f8b8
)
changed android not cloning additional empty space elements
author
Holger Schemel
<info@artsoft.org>
Fri, 26 Nov 2021 15:48:39 +0000
(16:48 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 22 Jan 2022 16:58:29 +0000
(17:58 +0100)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 43065f6053070fcc6286a3545ba40f0849c61880..0f5a74cc0a9d2eb488aa507356b51adf4b9ed348 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-4747,7
+4747,7
@@
void InitElementPropertiesEngine(int engine_version)
// ---------- CAN_BE_CLONED_BY_ANDROID ------------------------------------
for (j = 0; j < level.num_android_clone_elements; j++)
SET_PROPERTY(i, EP_CAN_BE_CLONED_BY_ANDROID,
- (
i != EL_EMPTY
&&
+ (
!IS_EMPTY(i)
&&
IS_EQUAL_OR_IN_GROUP(i, level.android_clone_element[j])));
// ---------- CAN_CHANGE --------------------------------------------------