Ignore Continue Later when match already in progress
[xboard.git] / dialogs.c
index cf49bfa..cb9b298 100644 (file)
--- a/dialogs.c
+++ b/dialogs.c
@@ -331,6 +331,7 @@ UpgradeParticipant ()
 static void
 PseudoOK ()
 {
+    if(matchMode) return;
     GenericReadout(matchOptions, -2); // read all, but suppress calling of MatchOK
     ASSIGN(appData.participants, engineName);
     ASSIGN(appData.tourneyFile, tfName);