Don't care when someone hits back, just do it.

This commit is contained in:
Colby Klein
2008-09-10 22:47:52 +00:00
parent cbdcb9a036
commit f08da29ede
-2
View File
@@ -36,8 +36,6 @@ void ScreenSplash::HandleScreenMessage( const ScreenMessage SM )
void ScreenSplash::MenuBack( const InputEventPlus &input )
{
if( IsTransitioning() )
return;
Cancel( SM_GoToPrevScreen );
}