Combine if statement

This commit is contained in:
Josh Allen
2006-11-24 17:39:49 +00:00
parent 56c4ed40c4
commit 88ba8bbf74
+1 -4
View File
@@ -111,10 +111,7 @@ void ScreenNetSelectMusic::Init()
void ScreenNetSelectMusic::Input( const InputEventPlus &input )
{
if( !m_bAllowInput )
return;
if( IsTransitioning() )
if( !m_bAllowInput || IsTransitioning() )
return;
if ( input.type == IET_RELEASE )