From 242e9662fe385039d8a2ff336ff9afc0e2fb9b5c Mon Sep 17 00:00:00 2001 From: Reza Date: Tue, 14 Apr 2026 12:04:35 +0330 Subject: [PATCH] test change in branch --- Breakout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);