added support for separate sound and music for info sub-screens
[rocksndiamonds.git] / src / conf_snd.c
index eacaf778e52e2fff8bdc97946fdf0970fae12917..e772e3cca83a6ebb7df04461c350f98cbf1317cd 100644 (file)
@@ -322,6 +322,11 @@ struct ConfigInfo sound_config[] =
   { "background.SCORES.mode_loop",     "false"                         },
   { "background.EDITOR",               UNDEFINED_FILENAME              },
   { "background.INFO",                 UNDEFINED_FILENAME              },
+  { "background.INFO[ELEMENTS]",       UNDEFINED_FILENAME              },
+  { "background.INFO[CREDITS]",                UNDEFINED_FILENAME              },
+  { "background.INFO[PROGRAM]",                UNDEFINED_FILENAME              },
+  { "background.INFO[VERSION]",                UNDEFINED_FILENAME              },
+  { "background.INFO[LEVELSET]",       UNDEFINED_FILENAME              },
   { "background.SETUP",                        UNDEFINED_FILENAME              },
 
   { "background.titlescreen_initial_1",        UNDEFINED_FILENAME              },