summaryrefslogtreecommitdiffstats
path: root/TrollTron.cpp
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-11-29 14:31:39 +0100
committerDominique Martinet <asmadeus@codewreck.org>2011-11-29 14:31:39 +0100
commitfa22bba8c675945ecfb3161401c575aee3b38045 (patch)
treee91053fddc8194f001d3065d31b3218590ba2ec0 /TrollTron.cpp
parenta5eabbf7007eb103967cd1f3d3046ac1fe08ed9d (diff)
fix AI
Diffstat (limited to 'TrollTron.cpp')
-rw-r--r--TrollTron.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TrollTron.cpp b/TrollTron.cpp
index 80df411..c612bf4 100644
--- a/TrollTron.cpp
+++ b/TrollTron.cpp
@@ -14,7 +14,7 @@ int main(int argc, char **argv) {
srand(time(NULL));
// This will define the grid
- Game game(200, 200, 3);
+ Game game(200, 200, 4);
mainWindow.setGame(&game);
mainWindow.setField(&game.getField());