Increase max nr of engines to 2000
[xboard.git] / common.h
index d7cfab1..ab3503d 100644 (file)
--- a/common.h
+++ b/common.h
@@ -756,6 +756,8 @@ extern WindowPlacement wpMoveHistory;
 extern WindowPlacement wpGameList;
 extern WindowPlacement wpTags;
 
+#define MAXENGINES 2000
+
 // [HGM] chat  
 #define MAX_CHAT 5
 extern int chatCount;