Remove the +Alt message for autoplay -- this feature had been removed

This commit is contained in:
teejusb
2025-05-17 12:22:18 -07:00
parent a780bdb7be
commit e1c91e66f0
+1 -1
View File
@@ -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();