X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=697d1b740fcf607994123ce00f5a25c56ef72b74;hb=268045d6b06349f1cf10d5cc6f9516b5caa20dea;hp=8a720ae939e07babe23c9ecffaf41c8228988e4c;hpb=396703fd486c7ed92bfd300147a38982e40de599;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 8a720ae9..697d1b74 100644 --- a/src/main.c +++ b/src/main.c @@ -2923,11 +2923,36 @@ struct ElementInfo element_info[MAX_NUM_ELEMENTS + 1] = "-", "-" }, + { + "dynabomb", + "-", + "-" + }, { "dynabomb_active", "-", "-" }, + { + "dynabomb_player_1", + "-", + "-" + }, + { + "dynabomb_player_2", + "-", + "-" + }, + { + "dynabomb_player_3", + "-", + "-" + }, + { + "dynabomb_player_4", + "-", + "-" + }, { "shield_normal_active", "-", @@ -3003,6 +3028,9 @@ struct ElementActionInfo element_action_info[NUM_ACTIONS + 1] = { ".dying", ACTION_DYING, FALSE }, { ".other", ACTION_OTHER, FALSE }, + /* empty suffix always matches -- check as last entry in InitSoundInfo() */ + { "", ACTION_DEFAULT, TRUE }, + { NULL, 0, 0 } };