Subversion Repositories Games.Chess Giants

Rev

Rev 154 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 156
Line 16... Line 16...
16
 *******************************************************************************
16
 *******************************************************************************
17
 */
17
 */
18
void RootMoveList(int wtm) {
18
void RootMoveList(int wtm) {
19
  TREE *const tree = block[0];
19
  TREE *const tree = block[0];
20
  ROOT_MOVE rtemp;
20
  ROOT_MOVE rtemp;
21
  unsigned mvp, *lastm, rmoves[256];
21
  int mvp; unsigned *lastm, rmoves[256]; // Pierre-Marie Baty -- fixed type
22
  int value, done;
22
  int value, done;
23
#if defined(SYZYGY)
23
#if defined(SYZYGY)
24
  int tb_result, tb_root = -9;
24
  int tb_result, tb_root = -9;
25
#endif
25
#endif
26
 
26