OSDN Git Service

2倍幅モード時の店内のアイテム名の描画位置修正.
[hengband/hengband.git] / 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;
        }