Fix vertical chaining of Buttons and browser ListBoxes
[xboard.git] / backend.c
index 6185347..cc42334 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -12148,7 +12148,7 @@ LoadGame (FILE *f, int gameNumber, char *title, int useList)
       AnalyzeFileEvent();
     }
 
-    if (!matchMode && pos >= 0) {
+    if (!matchMode && pos > 0) {
        ToNrEvent(pos); // [HGM] no autoplay if selected on position
     } else
     if (matchMode || appData.timeDelay == 0) {