fix base call

This commit is contained in:
Glenn Maynard
2006-11-21 20:03:28 +00:00
parent 7ef6009567
commit ce86b65827
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -309,7 +309,7 @@ void ScreenEz2SelectMusic::Input( const InputEventPlus &input )
m_soundButtonPress.Play();
}
LastInputTime = RageTimer::GetTimeSinceStartFast();
Screen::Input( input );
ScreenWithMenuElements::Input( input );
}
void ScreenEz2SelectMusic::UpdateOptions(PlayerNumber pn, int nosound)
@@ -370,7 +370,7 @@ void ScreenEz2SelectMusic::UpdateOptions(PlayerNumber pn, int nosound)
void ScreenEz2SelectMusic::HandleScreenMessage( const ScreenMessage SM )
{
Screen::HandleScreenMessage( SM );
ScreenWithMenuElements::HandleScreenMessage( SM );
if( SM == SM_GoToNextScreen )
{
@@ -507,7 +507,7 @@ void ScreenEz2SelectMusic::Update( float fDeltaTime )
StartTransitioningScreen( SM_GoToNextScreen );
}
Screen::Update( fDeltaTime );
ScreenWithMenuElements::Update( fDeltaTime );
}
void ScreenEz2SelectMusic::EasierDifficulty( PlayerNumber pn )