merging working copy to this repo... made a lot of changes but didnt sync to previous git repo
Dev Ghai

Dev Ghai commited on 2013-09-23 06:23:20
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -1,4 +1,4 @@
1
-#define DEVELOPING
1
+//#define DEVELOPING
2 2
 
3 3
 using System;
4 4
 using System.Collections.Generic;
... ...
@@ -31,7 +31,7 @@ namespace Boggle
31 31
             int boardSideLength = 3;
32 32
             int minWordLength = 4;
33 33
 
34
-            char wordListInput = 'T';
34
+            char wordListInput = 'Z';
35 35
             BoggleLists listToUseForLookup;
36 36
             
37 37
 #if !DEVELOPING
38 38