X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_mus.c;h=94aad15ff5bcef23230745279877d2bb2316a129;hp=907537fd5632be45345173637a536f77b095d686;hb=8bf628c4f976b617d840a64a6e7c2edb5f1d7719;hpb=abe44529b439ad39b4d8dbf19cbd67c9b9844279 diff --git a/src/conf_mus.c b/src/conf_mus.c index 907537fd..94aad15f 100644 --- a/src/conf_mus.c +++ b/src/conf_mus.c @@ -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 } };