Fix ESC+options bug reported in the tracker

This commit is contained in:
Josh Allen
2006-11-24 17:38:34 +00:00
parent 86cbc8accd
commit 56c4ed40c4
+1 -1
View File
@@ -114,7 +114,7 @@ void ScreenNetSelectMusic::Input( const InputEventPlus &input )
if( !m_bAllowInput ) if( !m_bAllowInput )
return; return;
if( m_In.IsTransitioning() || m_Out.IsTransitioning() ) if( IsTransitioning() )
return; return;
if ( input.type == IET_RELEASE ) if ( input.type == IET_RELEASE )