@@ -251,7 +251,7 @@ glyph_find_core(
|
||||
break;
|
||||
case find_pm:
|
||||
if (glyph_is_monster(glyph)
|
||||
&& monsym(&mons[glyph_to_mon(glyph)])
|
||||
&& mons[glyph_to_mon(glyph)].mlet
|
||||
== findwhat->val)
|
||||
do_callback = TRUE;
|
||||
break;
|
||||
@@ -819,7 +819,7 @@ parse_id(
|
||||
int i = 0, j, mnum, glyph,
|
||||
pm_offset = 0, oc_offset = 0, cmap_offset = 0,
|
||||
pm_count = 0, oc_count = 0, cmap_count = 0;
|
||||
boolean skip_base = FALSE, skip_this_one, dump_ids = FALSE,
|
||||
boolean skip_base = FALSE, skip_this_one = FALSE, dump_ids = FALSE,
|
||||
filling_cache = FALSE, is_S = FALSE, is_G = FALSE;
|
||||
char buf[4][QBUFSZ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user