]> granicus.if.org Git - nethack/commitdiff
overlooked rn2_on_display_rng bit
authornhmall <nhmall@nethack.org>
Sun, 9 Jun 2019 11:41:11 +0000 (07:41 -0400)
committernhmall <nhmall@nethack.org>
Sun, 9 Jun 2019 11:41:11 +0000 (07:41 -0400)
src/muse.c

index ec533c0775cefd777fd512b3cd7e3afc5d274c78..d9cc9f1ba2874b80dc0fb505d54ad685d8415c99 100644 (file)
@@ -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);