forgot this too

This commit is contained in:
AJ Kelly
2011-03-06 00:35:46 -06:00
parent c3ac117dbe
commit f7781aa004
+3 -1
View File
@@ -315,11 +315,13 @@ void ScreenInstallOverlay::Init()
bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input ) bool ScreenInstallOverlay::OverlayInput( const InputEventPlus &input )
{ {
/*
if( input.DeviceI.button == g_buttonLogin && input.type == IET_FIRST_PRESS ) 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 true;
} }
*/
return false; return false;
} }