summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-23 18:10:19 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-23 18:10:19 +0200
commit51bf3a48efb1b4109507bb7aaba15dd62f8b1c0f (patch)
tree77190afa90969e6abf4c0209c7d8ac4afbedeff2 /common.h
parent39901aa8410680de099e40cfb5577ca3cc4a13a3 (diff)
Bugfixing and 7x8 -> 8x9
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>