git repos / blockattack-game

commit 0cba733d

sago007 · 2016-04-16 13:30
0cba733dda026e5ef73c0c7e080ee35a412e4be6 patch · browse files
parent 1538e934d93f81f0afed9ff5a96884e6777d571d

Removed a comment

Changed files

M source/code/BlockGame.cpp before
diff --git a/source/code/BlockGame.cpp b/source/code/BlockGame.cpp index fa940b9..a94c037 100644 --- a/source/code/BlockGame.cpp +++ b/source/code/BlockGame.cpp
@@ -397,11 +397,6 @@ bool BlockGame::hasStaticContent() const {
return false; //Return false if no static object found
}
-/*
- * Generates some blocks so the user don't see a board without blocks
- */
-//void putStartBlocks(int);
-
void BlockGame::putStartBlocks() {
putStartBlocks(time(0));
}