X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_hlp.c;h=d2a6f15c198647c3f481e183aa5a725518e5a2db;hp=a7f7eb222856f4c3e079991d7c2f8676bf74182f;hb=67f3bfab902e53e0dc24a01eb6c0e4d274030a47;hpb=df11f4a529251a285f3a33946da81623044fef3f diff --git a/src/conf_hlp.c b/src/conf_hlp.c index a7f7eb22..d2a6f15c 100644 --- a/src/conf_hlp.c +++ b/src/conf_hlp.c @@ -1,23 +1,21 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2002 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* conf_hlp.c * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// conf_hlp.c +// ============================================================================ #include "libgame/libgame.h" #include "main.h" -/* List values that are not defined in the configuration file are set to - reliable default values. If that value is GFX_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 GFX_ARG_UNDEFINED, it will +// be dynamically determined, using some of the other list values. struct ConfigInfo helpanim_config[] = { @@ -77,7 +75,7 @@ struct ConfigInfo helpanim_config[] = { "char_quotedbl", "10" }, { "char_numbersign", "10" }, { "char_dollar", "10" }, - { "char_procent", "10" }, + { "char_percent", "10" }, { "char_ampersand", "10" }, { "char_apostrophe", "10" }, { "char_parenleft", "10" },