From e16445bb56a2d16a65c3b9022667925d9b030892 Mon Sep 17 00:00:00 2001 From: rock-on <36922874+AcezukyRockon@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:10:38 +0700 Subject: [PATCH] Add additional Lost --- osu! sheet/Base.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osu! sheet/Base.cpp b/osu! sheet/Base.cpp index 5574b6d..95ed333 100644 --- a/osu! sheet/Base.cpp +++ b/osu! sheet/Base.cpp @@ -66,6 +66,8 @@ void Base::PrintMenu1() cout << "Use 'W' or 'S' to go"; Base::gotoxy(1, 18); cout << "up and down"; + Base::gotoxy(1, 20); + cout << "Press Enter to view"; } void Base::PrintMenu2() @@ -90,6 +92,8 @@ void Base::PrintMenu2() cout << "Use 'W' or 'S' to go"; Base::gotoxy(1, 18); cout << "up and down"; + Base::gotoxy(1, 20); + cout << "Press Enter to view"; } void Base::PrintMenu3() @@ -114,6 +118,8 @@ void Base::PrintMenu3() cout << "Use 'W' or 'S' to go"; Base::gotoxy(1, 18); cout << "up and down"; + Base::gotoxy(1, 20); + cout << "Press Enter to view"; } void Base::PrintMenu4() @@ -138,6 +144,8 @@ void Base::PrintMenu4() cout << "Use 'W' or 'S' to go"; Base::gotoxy(1, 18); cout << "up and down"; + Base::gotoxy(1, 20); + cout << "Press Enter to view"; } void Base::PrintMenu5()