summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.cpp b/src/Game.cpp
index be922c5..ac04203 100644
--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -13,7 +13,7 @@ void Game::initDiff(int diff) {
boardHeight = 9;
mines = 9;
break;
- case 1:
+ case 1:
boardWidth = 16;
boardHeight = 16;
mines = 12;