Screen:: -> ScreenWithMenuElements::

This commit is contained in:
Chris Danford
2006-12-08 20:28:29 +00:00
parent a86fd32253
commit 1ddfac027f
+2 -2
View File
@@ -262,7 +262,7 @@ void ScreenSelectMusic::CheckBackgroundRequests( bool bForce )
void ScreenSelectMusic::Update( float fDeltaTime )
{
Screen::Update( fDeltaTime );
ScreenWithMenuElements::Update( fDeltaTime );
CheckBackgroundRequests( false );
}
@@ -433,7 +433,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
if( input.type == IET_FIRST_PRESS && DetectCodes(input) )
return;
Screen::Input( input );
ScreenWithMenuElements::Input( input );
}
bool ScreenSelectMusic::DetectCodes( const InputEventPlus &input )