changed condition (no functional change)
authorHolger Schemel <holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:08:11 +0000 (21:08 +0100)
committerHolger Schemel <holger.schemel@virtion.de>
Sat, 11 Jan 2025 20:08:11 +0000 (21:08 +0100)
src/tools.c

index 771923dfab825741d67b6d0d95a92d4213169e40..86d7bc56339678a8eafea3541ddb3dfa71981963 100644 (file)
@@ -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              ||