diff --git a/src/ScreenInstallOverlay.cpp b/src/ScreenInstallOverlay.cpp index 41ff7e48f0..4dc0dbb1c5 100644 --- a/src/ScreenInstallOverlay.cpp +++ b/src/ScreenInstallOverlay.cpp @@ -315,11 +315,13 @@ void ScreenInstallOverlay::Init() bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input ) { + /* if( input.DeviceI.button == g_buttonLogin && input.type == IET_FIRST_PRESS ) { - //HOOKS->GoToURL("http://www.stepmania.com/launch.php"); + HOOKS->GoToURL("http://www.stepmania.com/launch.php"); return true; } + */ return false; }