From a9b42e3dba89eed029b743479969e3ead6717a86 Mon Sep 17 00:00:00 2001 From: felixalbrigtsen <64613093+felixalbrigtsen@users.noreply.github.com> Date: Mon, 4 May 2020 23:23:16 +0200 Subject: [PATCH] Update main.cpp --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}