Fix crash on changing piece directory
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 2 Mar 2016 14:18:58 +0000 (15:18 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:57 +0000 (19:29 +0100)
commitcd95c02af6cdc2f9da9ee9f7914d2d49912f9fdb
tree05c4288e0ed1e5b9be281de6caa459f53ee3426b
parentf07645e8072722cff2ba3f2ce3a762fc22765dfc
Fix crash on changing piece directory

The loop for deleting the old pieces in ActivateTheme was still assuming
the four promo-Golds were stored behind the normal set, which for the
new piece ordering isn't the case anymore.
draw.c