Difference for server/init.c from version 1.57 to 1.58


version 1.57 version 1.58
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_init_c =   * static char *rcsid_init_c =
  *   "$Id: init.c,v 1.57 2005/03/15 21:06:23 ryo_saeba Exp $";   *   "$Id: init.c,v 1.58 2005/03/20 22:20:40 majorwoo Exp $";
  */   */
   
 /*  /*
Line 540
 
Line 540
  LOG(llevError, "load_settings: Unkown value for"   LOG(llevError, "load_settings: Unkown value for"
      "explore_mode: %s\n", cp);       "explore_mode: %s\n", cp);
      }       }
    } else if (!strcasecmp(buf,"who_format")) {
        if (has_val)
        strcpy(settings.who_format, cp);
    } else if (!strcasecmp(buf,"who_wiz_format")) {
        if (has_val)
        strcpy(settings.who_wiz_format, cp);      
  } else if (!strcasecmp(buf, "spellpoint_level_depend")) {   } else if (!strcasecmp(buf, "spellpoint_level_depend")) {
      if (!strcasecmp(cp, "on") || !strcasecmp(cp, "true")) {       if (!strcasecmp(cp, "on") || !strcasecmp(cp, "true")) {
  settings.spellpoint_level_depend=TRUE;   settings.spellpoint_level_depend=TRUE;


Legend:
line(s) removed in v.1.57 
line(s) changed
 line(s) added in v.1.58

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:34