Fix variant-dependent pieces
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 21 Oct 2012 12:49:45 +0000 (14:49 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 28 Oct 2012 17:43:05 +0000 (18:43 +0100)
The code to select the actually used piece images from the available ones
(from InitDrawingSizes) is now made into a subroutine, and also called
after resizing the pieces.

draw.c

diff --git a/draw.c b/draw.c
index 9e966d9..99203b9 100644 (file)
--- a/draw.c
+++ b/draw.c
@@ -166,7 +166,6 @@ void
 InitDrawingSizes (BoardSize boardSize, int flags)
 {   // [HGM] resize is functional now, but for board format changes only (nr of ranks, files)
     int boardWidth, boardHeight;
-    int i;
     static int oldWidth, oldHeight;
     static VariantClass oldVariant;
     static int oldMono = -1, oldTwoBoards = 0;