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
+2 -2
View File
@@ -164,7 +164,7 @@ void ScreenSelectCharacter::Input( const InputEventPlus &input )
if( IsTransitioning() )
return;
Screen::Input( input ); // default input handler
ScreenWithMenuElements::Input( input ); // default input handler
}
void ScreenSelectCharacter::HandleScreenMessage( const ScreenMessage SM )
@@ -181,7 +181,7 @@ void ScreenSelectCharacter::HandleScreenMessage( const ScreenMessage SM )
}
else
{
Screen::HandleScreenMessage( SM );
ScreenWithMenuElements::HandleScreenMessage( SM );
}
}