SYMBOLS=S_ghost:

Resolves #1448
This commit is contained in:
nhmall
2025-10-05 22:10:34 -04:00
parent 9b375ea488
commit 60e2598d81
4 changed files with 12 additions and 10 deletions

View File

@@ -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];