diff --git a/main.cpp b/main.cpp index dcfca37..efbb615 100644 --- a/main.cpp +++ b/main.cpp @@ -62,6 +62,7 @@ void drawBoard(std::array board) { } void drawInfo(std::array info) { + //Draw the right half of the screen // In order: Level, Lines, Score, Next piece int level = info[0]; int lines = info[1]; @@ -198,4 +199,4 @@ int main(int argc, char *argv[]) { return 0; -} \ No newline at end of file +}