diff --git a/Breakout.cpp b/Breakout.cpp index 3ec255d..c977c8a 100644 --- a/Breakout.cpp +++ b/Breakout.cpp @@ -580,7 +580,7 @@ void ShowMenu() { system("cls"); ShowCursor(true); SetColor(YELLOW); - cout << "\n\n\tEnter Player Name: "; + cout << "\n\n\tEnter Player Name : "; cin >> game.playerName; ShowCursor(false);