X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_snd.c;h=9d028a5adbfb0afa24e56d134582690e61fd5a24;hb=92989af5d5884cbc8a1a9a62c9d05e109eaf78d0;hp=4f1a8210e46b430d69c2920f989599c41ef5f392;hpb=c8a5fd317789166da7aafff91d43672f69c78729;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 4f1a8210..9d028a5a 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -16,7 +16,7 @@ /* List values that are not defined in the configuration file are set to - reliable default values. If that value is GFX_ARG_UNDEFINED, it will + reliable default values. If that value is SND_ARG_UNDEFINED, it will be dynamically determined, using some of the other list values. */ struct ConfigInfo sound_config_suffix[] = @@ -71,6 +71,7 @@ struct ConfigInfo sound_config[] = { "[sp_port].passing", "gate.wav" }, { "[sp_exit].passing", "exit.wav" }, { "[sp_exit].opening", UNDEFINED_FILENAME }, + { "[sp_exit].closing", UNDEFINED_FILENAME }, { "sp_sniksnak.moving", UNDEFINED_FILENAME }, { "sp_sniksnak.waiting", UNDEFINED_FILENAME }, { "sp_electron.moving", UNDEFINED_FILENAME }, @@ -231,11 +232,13 @@ struct ConfigInfo sound_config[] = { "door.opening", "oeffnen.wav" }, { "door.closing", "oeffnen.wav" }, + { "background.MAIN", UNDEFINED_FILENAME }, + { "background.LEVELS", UNDEFINED_FILENAME }, { "background.SCORES", "halloffame.wav" }, { "background.SCORES.mode_loop", "false" }, - - { "background.INFO", "rhythmloop.wav" }, - { "background.INFO.mode_loop", "true" }, + { "background.EDITOR", UNDEFINED_FILENAME }, + { "background.INFO", UNDEFINED_FILENAME }, + { "background.SETUP", UNDEFINED_FILENAME }, #if 0 { "[not used]", "antigrav.wav" },