From 27827b78eb908c6fc80486a4cc18a6e050390c61 Mon Sep 17 00:00:00 2001 From: nothere Date: Mon, 16 Aug 2004 23:11:56 +0000 Subject: [PATCH] =?utf8?q?2=E5=80=8D=E5=B9=85=E3=83=A2=E3=83=BC=E3=83=89?= =?utf8?q?=E6=99=82=E3=81=AE=E5=BA=97=E5=86=85=E3=81=AE=E3=82=A2=E3=82=A4?= =?utf8?q?=E3=83=86=E3=83=A0=E5=90=8D=E3=81=AE=E6=8F=8F=E7=94=BB=E4=BD=8D?= =?utf8?q?=E7=BD=AE=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/store.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store.c b/src/store.c index b00d66304..a4addc1fd 100644 --- a/src/store.c +++ b/src/store.c @@ -2240,6 +2240,8 @@ static void display_entry(int pos) #endif Term_queue_bigchar(cur_col, i + 6, a, c, 0, 0); + if (use_bigtile) cur_col++; + cur_col += 2; } -- 2.11.0