aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-02-18 11:41:51 +0000
committerzedarider <ymherklotz@gmail.com>2016-02-18 11:41:51 +0000
commiteb1d30bece82017607c9a61759985d36f5a09619 (patch)
tree12bc51f319a6f5ffc374bb3ab00f48310d3448e3
parentaf98ee7ff28cff97f5f29a5d9e65f9153531b0ee (diff)
downloadimperial_2015-eb1d30bece82017607c9a61759985d36f5a09619.tar.gz
imperial_2015-eb1d30bece82017607c9a61759985d36f5a09619.zip
Added comment
-rw-r--r--2048 Game/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/2048 Game/Game.cpp b/2048 Game/Game.cpp
index 553593e..2969aad 100644
--- a/2048 Game/Game.cpp
+++ b/2048 Game/Game.cpp
@@ -44,7 +44,7 @@ int main(int argc, char* argv[]) {
}
grid[GRIDSIZE-1][GRIDSIZE-1] = 2;
}
-
+ // prints the grid
printGrid(grid);
while(!checkGameOver(grid)) {