X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.c;h=7c61a715d58ce3c1236fa171a16dbaa6fd510a23;hb=213773d641290a743d56c17165d0bafec72cc0aa;hp=23f2e50662897c76dec68bb630f8ba75468ab7ca;hpb=07bd1f7e496e8914d56ec4422b33492b8f66b1d0;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 23f2e506..7c61a715 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -113,6 +113,7 @@ struct ConfigInfo sound_config[] = { "[quicksand].emptying", UNDEFINED_FILENAME }, { "[exit].opening", "oeffnen.wav" }, { "[exit].passing", "buing.wav" }, + { "penguin.passing", "buing.wav" }, /* sounds for Emerald Mine Club style elements and actions */ { "balloon.moving", UNDEFINED_FILENAME }, @@ -216,14 +217,14 @@ struct ConfigInfo sound_config[] = { "game.sokoban_solving", "buing.wav" }, /* sounds for other non-game actions */ - { "menu.door_opening", "oeffnen.wav" }, - { "menu.door_closing", "oeffnen.wav" }, + { "door.opening", "oeffnen.wav" }, + { "door.closing", "oeffnen.wav" }, - { "menu.hall_of_fame", "halloffame.wav" }, - { "menu.hall_of_fame.mode_loop", "false" }, + { "background.SCORES", "halloffame.wav" }, + { "background.SCORES.mode_loop", "false" }, - { "menu.info_screen", "rhythmloop.wav" }, - { "menu.info_screen.mode_loop", "true" }, + { "background.INFO", "rhythmloop.wav" }, + { "background.INFO.mode_loop", "true" }, #if 0 { "[not used]", "antigrav.wav" },