X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=97f41efadca2341edc8a1fb8c5ac5543c4282681;hb=27be91a0769fd90ddf016c9bc6ab06b9058551bb;hp=e3f9b98f2fc754ff06fe5795cbd4b159e5fb0afa;hpb=756a24e132e64d1514e85b8fa09f123e75417fd0;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index e3f9b98f..97f41efa 100644 --- a/src/init.c +++ b/src/init.c @@ -2211,6 +2211,7 @@ void InitElementProperties() EL_DYNABOMB_NR, EL_DYNABOMB_SZ, EL_DYNABOMB_XL, + EL_SP_DISK_RED_ACTIVE, EL_BUG, EL_MOLE, EL_PENGUIN, @@ -2398,7 +2399,8 @@ void InitElementProperties() EL_DYNABOMB_PLAYER1_ACTIVE, EL_DYNABOMB_PLAYER2_ACTIVE, EL_DYNABOMB_PLAYER3_ACTIVE, - EL_DYNABOMB_PLAYER4_ACTIVE + EL_DYNABOMB_PLAYER4_ACTIVE, + EL_SP_DISK_RED_ACTIVE }; static int ep_active_bomb_num = SIZEOF_ARRAY_INT(ep_active_bomb);