From d191870068f89293353a67b164b4dbb3b3a71661 Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 1 Jun 2022 15:37:28 +0800 Subject: Do not wrap piece at hand in rectangle --- ui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui.c') diff --git a/ui.c b/ui.c index 6f5bae1..1b1cb74 100644 --- a/ui.c +++ b/ui.c @@ -60,7 +60,6 @@ void printpieces(struct piece** hand, int y, int x, int nhand, int highlight) { continue; struct piece* pc = hand[i]; - printrect(y, x, pc->h + 2, pc->w + 2); printpiece(pc, y + 2, x + 3, (i == highlight ? 1 : 0)); x += 2 * pc->w + 8; -- cgit v1.2.3