From e1c91e66f0d14507a930191110727296e5d9c557 Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Sat, 17 May 2025 12:22:18 -0700 Subject: [PATCH] Remove the +Alt message for autoplay -- this feature had been removed --- src/ScreenDebugOverlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenDebugOverlay.cpp b/src/ScreenDebugOverlay.cpp index 122a783ca9..fcc14c7579 100644 --- a/src/ScreenDebugOverlay.cpp +++ b/src/ScreenDebugOverlay.cpp @@ -621,7 +621,7 @@ static LocalizedString SYNC_TEMPO ( "ScreenDebugOverlay", "Tempo" ); class DebugLineAutoplay : public IDebugLine { - virtual RString GetDisplayTitle() { return AUTO_PLAY.GetValue() + " (+Shift = AI) (+Alt = hide)"; } + virtual RString GetDisplayTitle() { return AUTO_PLAY.GetValue() + " (+Shift = AI)"; } virtual RString GetDisplayValue() { PlayerController pc = GamePreferences::m_AutoPlay.Get();