X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_snd.c;h=957259b56669c15bbed6e363b6da88b44019a8f3;hp=9b18ed962ad1cb0f219c76e48b4397efcc898a86;hb=457e98ec0803cd9005a522018e7c255454d1e915;hpb=6a0abfaaf87f8ae079c0baec627d0a89ae0336cc diff --git a/src/conf_snd.c b/src/conf_snd.c index 9b18ed96..957259b5 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -240,8 +240,11 @@ struct ConfigInfo sound_config[] = /* sounds for other game actions */ { "game.starting", UNDEFINED_FILENAME }, + { "game.leveltime_charging", "fuel.wav" }, + { "game.health_charging", UNDEFINED_FILENAME }, { "game.running_out_of_time", "gong.wav" }, { "game.leveltime_bonus", "sirr.wav" }, + { "game.health_bonus", "sirr.wav" }, { "game.losing", "lachen.wav" }, { "game.winning", UNDEFINED_FILENAME }, { "game.sokoban_solving", "buing.wav" }, @@ -264,6 +267,7 @@ struct ConfigInfo sound_config[] = { "background.TITLE", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, + { "background.LEVELNR", UNDEFINED_FILENAME }, { "background.SCORES", "halloffame.wav" }, { "background.SCORES.mode_loop", "false" }, { "background.EDITOR", UNDEFINED_FILENAME },