From 893a2605f59762b373dab04c24e16001ce9d06bb Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 15 Dec 2001 15:52:40 +0000 Subject: [PATCH] ACS_VLINE und ACS_HLINE benutzt. --- src/mapper/mapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapper/mapper.c b/src/mapper/mapper.c index 78b14b7c8..430523178 100644 --- a/src/mapper/mapper.c +++ b/src/mapper/mapper.c @@ -289,9 +289,9 @@ drawmap(boolean maponly) { x1=left; y1=top; if(maponly == false) { movexy(SX-39, 0); - vline('|', SY+1); + vline(ACS_VLINE, SY+1); movexy(SX-38, SY-2); - hline('-', 39); + hline(ACS_HLINE, 39); if (hl != -1) { movexy(SX-36,SY-2); addstr(" High: ");