projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e9d6eb
)
fixed macro to detect BD style player
author
Holger Schemel
<holger.schemel@virtion.de>
Sun, 8 Dec 2024 14:47:59 +0000
(15:47 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sun, 8 Dec 2024 16:51:13 +0000
(17:51 +0100)
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.h
b/src/main.h
index 2de4867449274ef79105b23501b13f5f598f5ad5..678e1930e3b54a07546c29c1961a41148ccc67d0 100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-900,6
+900,7
@@
#define IS_BDX_PLAYER_ELEMENT(e) ((e) == EL_BDX_INBOX || \
(e) == EL_BDX_PLAYER || \
(e) == EL_BDX_PLAYER_WITH_BOMB || \
+ (e) == EL_BDX_PLAYER_WITH_ROCKET_LAUNCHER || \
(e) == EL_BDX_PLAYER_GLUED || \
(e) == EL_BDX_PLAYER_STIRRING)