don't allow input while transitioning

This commit is contained in:
Chris Danford
2006-05-26 09:55:25 +00:00
parent a8792e08db
commit 21ed07f511
+3
View File
@@ -138,6 +138,9 @@ void ScreenRanking::Input( const InputEventPlus &input )
{
LOG->Trace( "ScreenRanking::Input()" );
if( IsTransitioning() )
return;
// If manually scrolling, then pass the input to Scree::Input so it will call Menu*
if( (bool)MANUAL_SCROLLING )
Screen::Input( input );