diff --git a/snake.cpp b/snake.cpp index 6703872..668291e 100644 --- a/snake.cpp +++ b/snake.cpp @@ -139,7 +139,7 @@ void getPlayerName() { int showMenu() { - showConsoleCursor(false); + showConsoleCursor(false); clearScreen(); cout << "\n\n"; cout << GREEN << R"( _