Files
stockfish/src
Marco Costalba 00a3380885 Fix assignment of pv[0] when creating root move list
It is bogusly assigned from moves[i].move instead of mlist[i].move
or equivalently to moves[count].move that it seem more clear to me.

Bug is hidden while all the moves are included, in this default case
moves[i].move and mlist[i].move are the same variable.

Also a bit of cleanup while there.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2009-04-29 16:01:57 +02:00
..
2009-03-19 12:55:32 +01:00
2009-01-07 15:48:11 +01:00
2008-09-01 07:59:13 +02:00
2009-01-07 15:48:11 +01:00
2009-04-27 18:00:45 +01:00
2009-03-22 13:11:24 +01:00
2009-03-19 12:55:32 +01:00
2009-03-19 12:55:32 +01:00
2009-03-19 12:55:32 +01:00
2008-09-24 00:32:53 +02:00
2009-04-27 13:48:14 +01:00
2009-04-27 13:38:47 +01:00
2009-03-19 12:55:32 +01:00
2009-03-30 08:29:02 +01:00
2009-04-26 13:40:26 +01:00
2009-04-26 13:40:26 +01:00
2009-04-26 13:40:26 +01:00
2009-03-19 12:55:32 +01:00
2009-04-27 10:12:34 +01:00
2009-04-27 16:36:33 +02:00
2009-03-19 12:55:32 +01:00
2009-01-07 15:48:11 +01:00
2009-01-07 15:48:11 +01:00
2009-01-07 15:48:11 +01:00
2009-01-07 15:48:11 +01:00
2009-04-28 09:00:09 +02:00
2009-03-24 18:28:42 +01:00