added generic function to add new level or artwork set to tree
[rocksndiamonds.git] / src / conf_mus.c
index 907537fd5632be45345173637a536f77b095d686..94aad15ff5bcef23230745279877d2bb2316a129 100644 (file)
@@ -13,9 +13,9 @@
 #include "main.h"
 
 
-/* List values that are not defined in the configuration file are set to
-   reliable default values. If that value is MUS_ARG_UNDEFINED, it will
-   be dynamically determined, using some of the other list values. */
+// List values that are not defined in the configuration file are set to
+// reliable default values. If that value is MUS_ARG_UNDEFINED, it will
+// be dynamically determined, using some of the other list values.
 
 struct ConfigTypeInfo music_config_suffix[] =
 {
@@ -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"                },
@@ -57,9 +58,9 @@ struct ConfigInfo music_config[] =
   { "background.titlemessage_4",       UNDEFINED_FILENAME              },
   { "background.titlemessage_5",       UNDEFINED_FILENAME              },
 
-  /* there is no definition for "background.PLAYING", because this would
-     prevent selecting music from music directory that is not defined in
-     "musicinfo.conf", when no default music is defined here */
+  // there is no definition for "background.PLAYING", because this would
+  // prevent selecting music from music directory that is not defined in
+  // "musicinfo.conf", when no default music is defined here
 
   { NULL,                              NULL                            }
 };