X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=12931a75d7c90b0c901d14230a963c064a58f4de;hb=20da18ecff230e9460827a80d4c2608da12190fa;hp=26ebe3cc49562e90042c511f8638f1ad0320c812;hpb=f29ff21f23c2a22fc55e14ba48c53d704c22289d;p=xboard.git diff --git a/backend.c b/backend.c index 26ebe3c..12931a7 100644 --- a/backend.c +++ b/backend.c @@ -8918,6 +8918,7 @@ ParseGameHistory(game) break; case WhiteDrop: case BlackDrop: + if(currentMoveString[0] == '@') continue; // no null moves in ICS mode! fromX = moveType == WhiteDrop ? (int) CharToPiece(ToUpper(currentMoveString[0])) : (int) CharToPiece(ToLower(currentMoveString[0])); @@ -12880,6 +12881,7 @@ AnalyzeFileEvent() StartAnalysisClock(); GetTimeMark(&lastNodeCountTime); lastNodeCount = 0; + if(appData.timeDelay > 0) StartLoadGameTimer((long)(1000.0 * appData.timeDelay)); } void