pregame/accountlogin/gamepad/pregameinitialscreen_gamepad.lua:121 -- self.pressTextAnimation:SetHandler("OnStop", function()
if self.pressAnyPromptFadingIn then
self.continueAllowed = true
if self.continueDesired then
self:ContinueFunction()
end
self.pressAnyPromptFadingIn = false
self.continueDesired = false
end
end)