Allow two-games-per-opening to work with book
[xboard.git] / common.h
index 5f8f5f1..b45fcf1 100644 (file)
--- a/common.h
+++ b/common.h
@@ -669,6 +669,7 @@ typedef struct {
     char *participants;
     int tourneyType;
     int tourneyCycles;
+    int seedBase;
     Boolean roundSync;
     Boolean cycleSync;
 } AppData, *AppDataPtr;