X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_mus.c;h=08ccd659b0f9d0280a91b007bf01f02f0c94c792;hp=5ecd0775ed39ae0e610a181aa27bc32b5d51e9e7;hb=67f3bfab902e53e0dc24a01eb6c0e4d274030a47;hpb=2176d1de29652bc9e8db1baa283fdc1c4e99e674 diff --git a/src/conf_mus.c b/src/conf_mus.c index 5ecd0775..08ccd659 100644 --- a/src/conf_mus.c +++ b/src/conf_mus.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // 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 } };