Move extract_pv_from_tt() and insert_pv_in_tt() under RootMove

Functional change only due to additional do/undo move
but absolutly harmless.

Also handle re-insertion in tt of PV lines also for multi PV case.
This commit is contained in:
Marco Costalba
2010-12-29 11:00:32 +01:00
parent d2a4aac53d
commit b01e5fc612
2 changed files with 105 additions and 93 deletions

View File

@@ -35,7 +35,7 @@
////
const int PLY_MAX = 100;
const int PLY_MAX_PLUS_2 = 102;
const int PLY_MAX_PLUS_2 = PLY_MAX + 2;
////