projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb8b58
)
changed condition (no functional change)
author
Holger Schemel
<holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:08:11 +0000
(21:08 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:08:11 +0000
(21:08 +0100)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 771923dfab825741d67b6d0d95a92d4213169e40..86d7bc56339678a8eafea3541ddb3dfa71981963 100644
(file)
--- a/
src/tools.c
+++ b/
src/tools.c
@@
-11357,7
+11357,8
@@
void InitGraphicInfo_BD(void)
BD_GFX_RANGE(O_PRE_CLOCK_1, 4, e) ? BD_GFX_FRAME(O_PRE_CLOCK_1, e) :
BD_GFX_RANGE(O_NITRO_EXPL_1, 4, e) ? BD_GFX_FRAME(O_NITRO_EXPL_1, e) :
BD_GFX_RANGE(O_AMOEBA_2_EXPL_1, 4, e) ? BD_GFX_FRAME(O_AMOEBA_2_EXPL_1, e):
- e == O_INBOX_OPEN || e == O_OUTBOX_OPEN ? j :
+ e == O_INBOX_OPEN ||
+ e == O_OUTBOX_OPEN ||
e == O_DIRT_DIGGING_LEFT ||
e == O_DIRT_DIGGING_RIGHT ||
e == O_DIRT_DIGGING_UP ||