X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_mus.c;h=94aad15ff5bcef23230745279877d2bb2316a129;hp=5ecd0775ed39ae0e610a181aa27bc32b5d51e9e7;hb=5f9b6d3b52c7f8dc10c01782d466a1e8f5ca5f26;hpb=2176d1de29652bc9e8db1baa283fdc1c4e99e674 diff --git a/src/conf_mus.c b/src/conf_mus.c index 5ecd0775..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[] = { @@ -58,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 } };