mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-30 17:13:50 +01: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;
|
||||
statNodes = statTBHits = 0;
|
||||
statNps = 0;
|
||||
depthModified = false;
|
||||
currMoveModified = false;
|
||||
pvModified = false;
|
||||
statsModified = false;
|
||||
depthModified = true;
|
||||
currMoveModified = true;
|
||||
pvModified = true;
|
||||
statsModified = true;
|
||||
statPvInfo.clear();
|
||||
statCurrMove = "";
|
||||
statCurrMoveNr = 0;
|
||||
}
|
||||
|
||||
private final synchronized int getReadTimeout() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user