From: Holger Schemel Date: Sun, 8 Dec 2024 14:47:59 +0000 (+0100) Subject: fixed macro to detect BD style player X-Git-Tag: 4.4.0.0-test-6~28 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=0c64cc439bb6ee99d06915fffdcab9bbe67a70e8;p=rocksndiamonds.git fixed macro to detect BD style player --- diff --git a/src/main.h b/src/main.h index 2de48674..678e1930 100644 --- 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)