mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 17:12:40 +01:00
DroidFish: Don't display obsolete current move information when starting analysis mode.
This commit is contained in:
@@ -888,11 +888,13 @@ public class DroidComputerPlayer {
|
|||||||
statTime = 0;
|
statTime = 0;
|
||||||
statNodes = statTBHits = 0;
|
statNodes = statTBHits = 0;
|
||||||
statNps = 0;
|
statNps = 0;
|
||||||
depthModified = false;
|
depthModified = true;
|
||||||
currMoveModified = false;
|
currMoveModified = true;
|
||||||
pvModified = false;
|
pvModified = true;
|
||||||
statsModified = false;
|
statsModified = true;
|
||||||
statPvInfo.clear();
|
statPvInfo.clear();
|
||||||
|
statCurrMove = "";
|
||||||
|
statCurrMoveNr = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private final synchronized int getReadTimeout() {
|
private final synchronized int getReadTimeout() {
|
||||||
|
|||||||
Reference in New Issue
Block a user