Fix variant choice
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 28 Feb 2014 08:40:51 +0000 (09:40 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 28 Feb 2014 08:40:51 +0000 (09:40 +0100)
commit7f4e90428b8f436483fe19d86d81b4acc67929ef
treeeabacaeb29c3e83c86ed24b4a8b7756b5ebe75ad
parent8540cbacce8db6f5c2fcfaa1bb92874ee2b9a600
Fix variant choice

Init() must be passed the variant number, not a variant ID, so setting the
variant to Chess (which has number 0 in the variants table) got confused
with V_SAME for staying in the same variant, and thus did not work.
The invalid variant number -1 is now used to stay in the current variant.
hachu.c