]> git.cworth.org Git - wordgame/blobdiff - rack-fancy.c
Switch from 6-letter rack to 7-letter rack
[wordgame] / rack-fancy.c
index fbc6e119a471df41aadef06008cde4a2d3aecb8f..a8578cccd34fbb03ace43424156b56d22fb2c927 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright © 2006 Carl Worth
  *
- * This program is free software; you can redistribute it and\/or modify
+ * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2, or (at your option)
  * any later version.
@@ -29,7 +29,7 @@
 
 #define RACK_DICT_ENTRY_OBSCURE        (1<<1)
 #define RACK_DICT_ENTRY_FOUND  (1<<2)
-#define MAX_TILES 6
+#define MAX_TILES 7
 
 typedef struct _tile
 {