mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 09:02:41 +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;
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user