From 8a82a67d4182775f3e766b868ee8913b1e1eba78 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 9 Jun 2019 07:41:11 -0400 Subject: [PATCH] overlooked rn2_on_display_rng bit --- src/muse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/muse.c b/src/muse.c index ec533c077..d9cc9f1ba 100644 --- a/src/muse.c +++ b/src/muse.c @@ -1976,7 +1976,7 @@ struct monst *mtmp; #ifdef CLIPPING cliparound(mtmp->mx, mtmp->my); #endif - show_glyph(mtmp->mx, mtmp->my, mon_to_glyph(mtmp, rn2)); + show_glyph(mtmp->mx, mtmp->my, mon_to_glyph(mtmp, rn2_on_display_rng)); display_self(); You_feel("aggravated at %s.", noit_mon_nam(mtmp)); display_nhwindow(WIN_MAP, TRUE); -- 2.40.0