yet more monsym()
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ glyph_find_core(const char *id, struct find_struct *findwhat)
|
|||||||
break;
|
break;
|
||||||
case find_pm:
|
case find_pm:
|
||||||
if (glyph_is_monster(glyph)
|
if (glyph_is_monster(glyph)
|
||||||
&& mons[glyph_to_mon(glyph)].mlet == findwhat->val)
|
&& monsym(&mons[glyph_to_mon(glyph)]) == findwhat->val)
|
||||||
do_callback = TRUE;
|
do_callback = TRUE;
|
||||||
break;
|
break;
|
||||||
case find_oc:
|
case find_oc:
|
||||||
|
|||||||
Reference in New Issue
Block a user