Fix type of shuffleOpenings
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Jun 2011 09:58:17 +0000 (11:58 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 10 Jun 2011 09:58:17 +0000 (11:58 +0200)
commit0f9e0a86b743e218d43e72fba5ad1e3640236a2a
treef750ccb03a90c55c4f4a1548151a3c889d3b0c87
parent66916d7ccbb16e97ce1222c692bb24bf5cfb2210
Fix type of shuffleOpenings

This was a Boolean option, and thus accessed by the args.h code as such,
while it was declared as an int (and used in backend.c as such). This
could have led to problems with different endianness.
backend.c
backend.h
xboard.h