From: Holger Schemel Date: Sun, 10 Apr 2016 21:36:23 +0000 (+0200) Subject: added missing sound and music definitions for level number selection screen X-Git-Tag: 4.0.0.0-rc1~8 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=fbaf2b31aa2c52b66e1cd59fd1e54920d097b35b added missing sound and music definitions for level number selection screen --- diff --git a/src/conf_mus.c b/src/conf_mus.c index 907537fd..5ecd0775 100644 --- a/src/conf_mus.c +++ b/src/conf_mus.c @@ -31,6 +31,7 @@ struct ConfigInfo music_config[] = { "background.TITLE", UNDEFINED_FILENAME }, { "background.MAIN", UNDEFINED_FILENAME }, { "background.LEVELS", UNDEFINED_FILENAME }, + { "background.LEVELNR", UNDEFINED_FILENAME }, { "background.SCORES", UNDEFINED_FILENAME }, { "background.EDITOR", UNDEFINED_FILENAME }, { "background.INFO", "rhythmloop.wav" }, diff --git a/src/conf_snd.c b/src/conf_snd.c index 9b18ed96..e2d7a530 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -264,6 +264,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 },