From a0f769ae560535fe3a710565c3aa04ab32a8c376 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 10 Jun 2015 04:35:05 -0400 Subject: [PATCH] commit out NO_GLYPH return until win32 supports it Changes to be committed: modified: src/display.c --- src/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/display.c b/src/display.c index d10dc3ce2..39f1ba38a 100644 --- a/src/display.c +++ b/src/display.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 display.c $NHDT-Date: 1433923987 2015/06/10 08:13:07 $ $NHDT-Branch: background_tiles $:$NHDT-Revision: 1.64 $ */ +/* NetHack 3.6 display.c $NHDT-Date: 1433925299 2015/06/10 08:34:59 $ $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.65 $ */ /* Copyright (c) Dean Luick, with acknowledgements to Kevin Darcy */ /* and Dave Cohrs, 1990. */ /* NetHack may be freely redistributed. See license for details. */ @@ -1747,7 +1747,7 @@ xchar x, y; (DARKROOMSYM) : S_stone; } - if (idx != S_room) + /* if (idx != S_room) */ bkglyph = cmap_to_glyph(idx); return bkglyph; -- 2.40.0