bugfix: normal analyze mode doesn't start
authorDaniel Mehrmann <mehrmann>
Mon, 28 Jun 2004 21:03:41 +0000 (21:03 +0000)
committerDaniel Mehrmann <mehrmann>
Mon, 28 Jun 2004 21:03:41 +0000 (21:03 +0000)
backend.c

index 3a9829f..866b703 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -4398,6 +4398,7 @@ HandleMachineMove(message, cps)
            break;
          case AnalyzeMode:
          case AnalyzeFile:
+               break;
          /* icsEngineAnalyze */
          case IcsObserving:
                if (!appData.icsEngineAnalyze) ignore = TRUE;