Ignore Continue Later when match already in progress
[xboard.git] / winboard / wsettings.c
index f5a1f9b..eb04e41 100644 (file)
@@ -886,6 +886,7 @@ int MatchOK()
 \r
 void PseudoOK(HWND hDlg)\r
 {\r
+    if(matchMode) return;\r
     okFunc = 0;\r
     GetOptionValues(hDlg, activeCps, activeList);\r
     EndDialog( hDlg, 0 );\r