rnd-20060430-4-src
[rocksndiamonds.git] / src / conf_mus.c
index 1c29c617d7d4ed6ebd65acec197d9b55b36cac61..bb5f5e79d7e75efc52710aa2a6b9d3d0246824e2 100644 (file)
@@ -19,7 +19,7 @@
    reliable default values. If that value is MUS_ARG_UNDEFINED, it will
    be dynamically determined, using some of the other list values. */
 
-struct ConfigInfo music_config_suffix[] =
+struct ConfigTypeInfo music_config_suffix[] =
 {
   { ".mode_loop",                      ARG_UNDEFINED,  TYPE_BOOLEAN    },
 
@@ -29,6 +29,7 @@ struct ConfigInfo music_config_suffix[] =
 struct ConfigInfo music_config[] =
 {
   { "background",                      UNDEFINED_FILENAME              },
+  { "background.TITLE",                        UNDEFINED_FILENAME              },
   { "background.MAIN",                 UNDEFINED_FILENAME              },
   { "background.LEVELS",               UNDEFINED_FILENAME              },
   { "background.SCORES",               UNDEFINED_FILENAME              },