version 1.37 | version 1.38 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* 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 $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
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:
|