summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 2597c41..bf0774b 100644
--- a/common.h
+++ b/common.h
@@ -8,7 +8,7 @@
using namespace std;
const int NPLAYERS=2;
-const int WID=7,HEI=8;
+const int WID=8,HEI=9;
template <typename T>