Michael Thomas 6e8b69d
--- boggle/boggle/bog.h.in.orig	2010-01-10 10:14:53.000000000 -0800
Michael Thomas 6e8b69d
+++ boggle/boggle/bog.h.in	2010-01-10 10:15:14.000000000 -0800
Michael Thomas 6e8b69d
@@ -48,10 +48,10 @@
Michael Thomas 6e8b69d
  * The theoretical maximum for MAXWORDLEN is ('a' - 1) == 96
Michael Thomas 6e8b69d
  */
Michael Thomas 6e8b69d
 #define MAXWORDLEN		40	/* Maximum word length */
Michael Thomas 6e8b69d
-#define MAXPWORDS		200	/* Maximum number of player's words */
Michael Thomas 6e8b69d
-#define MAXMWORDS		200	/* Maximum number of machine's words */
Michael Thomas 6e8b69d
-#define MAXPSPACE		2000	/* Space for player's words */
Michael Thomas 6e8b69d
-#define MAXMSPACE		4000	/* Space for machines's words */
Michael Thomas 6e8b69d
+#define MAXPWORDS		500	/* Maximum number of player's words */
Michael Thomas 6e8b69d
+#define MAXMWORDS		500	/* Maximum number of machine's words */
Michael Thomas 6e8b69d
+#define MAXPSPACE		20000	/* Space for player's words */
Michael Thomas 6e8b69d
+#define MAXMSPACE		40000	/* Space for machines's words */
Michael Thomas 6e8b69d
 
Michael Thomas 6e8b69d
 #define MAXCOLS			20
Michael Thomas 6e8b69d