aboutsummaryrefslogtreecommitdiffstats
path: root/2048 Game/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to '2048 Game/Game.cpp')
-rw-r--r--2048 Game/Game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/2048 Game/Game.cpp b/2048 Game/Game.cpp
index f2ddf44..e440290 100644
--- a/2048 Game/Game.cpp
+++ b/2048 Game/Game.cpp
@@ -75,7 +75,6 @@ int main(int argc, char* argv[]) {
grid[GRIDSIZE-1][GRIDSIZE-1] = BASE;
}
printGrid(grid);
-
/*
* executes this loop while the game isn't over, which means that the user can
* still have turns and there are zero's left, as well as adjacent equivalent