Fix WB font-based piece rendering on variant switch
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 5 Jan 2011 16:31:37 +0000 (17:31 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:04 +0000 (21:22 -0800)
commit040cf1c2a55625ab41f0b3b930f56beb8d9fed3f
tree6975eb3c2c67815fb3528baae2c288cf8423f443
parentf0fa0b3b5570ba67f4a83101fe24f5504fb21012
Fix WB font-based piece rendering on variant switch

The piece bitmaps were only created from the font characters when the
number of ranks or files changed, because it was done in
InitDrawingSizes(). This caused missing pieces when changing to a
variant on the same board that used other pieces. Now InitDrawingSizes()
is called for any variant switch.
backend.c