ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/init.C
(Generate patch)

Comparing deliantra/server/server/init.C (file contents):
Revision 1.16 by pippijn, Mon Dec 11 19:46:47 2006 UTC vs.
Revision 1.17 by root, Wed Dec 13 02:55:51 2006 UTC

789 } 789 }
790 else 790 else
791 { 791 {
792 LOG (llevError, "load_settings: Unknown value for " "explore_mode: %s\n", cp); 792 LOG (llevError, "load_settings: Unknown value for " "explore_mode: %s\n", cp);
793 } 793 }
794 }
795 else if (!strcasecmp (buf, "who_format"))
796 {
797 if (has_val)
798 strcpy (settings.who_format, cp);
799 }
800 else if (!strcasecmp (buf, "who_wiz_format"))
801 {
802 if (has_val)
803 strcpy (settings.who_wiz_format, cp);
804 } 794 }
805 else if (!strcasecmp (buf, "spellpoint_level_depend")) 795 else if (!strcasecmp (buf, "spellpoint_level_depend"))
806 { 796 {
807 if (!strcasecmp (cp, "on") || !strcasecmp (cp, "true")) 797 if (!strcasecmp (cp, "on") || !strcasecmp (cp, "true"))
808 { 798 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines