OSDN Git Service

2倍幅モード時の店内のアイテム名の描画位置修正.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 16 Aug 2004 23:11:56 +0000 (23:11 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 16 Aug 2004 23:11:56 +0000 (23:11 +0000)
src/store.c

index b00d663..a4addc1 100644 (file)
@@ -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;
        }