mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-26 05:45:42 +02:00
DroidFish: Don't display obsolete current move information when starting analysis mode.
This commit is contained in:
parent
be429d39ea
commit
473b4ad55c
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user