added support for separate sound and music for info sub-screens
[rocksndiamonds.git] / src / conf_mus.c
index d11a5bff1b4a402e5a7f9e545547fbbcaadac3b3..864cbc908018c556d4ad21a74fb182c4b2fbf92b 100644 (file)
@@ -36,6 +36,11 @@ struct ConfigInfo music_config[] =
   { "background.SCORES",               UNDEFINED_FILENAME              },
   { "background.EDITOR",               UNDEFINED_FILENAME              },
   { "background.INFO",                 "rhythmloop.wav"                },
+  { "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              },