Difference for server/rune.c from version 1.37 to 1.38


version 1.37 version 1.38
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_rune_c =   * static char *rcsid_rune_c =
  *   "$Id: rune.c,v 1.37 2004/03/23 07:52:31 mwedel Exp $";   *   "$Id: rune.c,v 1.38 2004/06/18 07:45:29 mwedel Exp $";
  */   */
   
 /*  /*
Line 96
 
Line 96
      if (tmp->type == SPELL) {       if (tmp->type == SPELL) {
  ms = item_matched_string(op, tmp, runename);   ms = item_matched_string(op, tmp, runename);
  if (ms > bestmatch) {   if (ms > bestmatch) {
      ms = bestmatch;       bestmatch = ms;
      rune_spell = tmp;       rune_spell = tmp;
  }   }
      }       }


Legend:
line(s) removed in v.1.37 
line(s) changed
 line(s) added in v.1.38

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