PlayerNumber -> IEP.

This commit is contained in:
Steve Checkoway
2006-09-15 01:47:24 +00:00
parent 7dc2867dd2
commit 944a913790
45 changed files with 136 additions and 117 deletions
+2 -2
View File
@@ -321,7 +321,7 @@ void ScreenWithMenuElements::StopTimer()
REGISTER_SCREEN_CLASS( ScreenWithMenuElementsSimple );
void ScreenWithMenuElementsSimple::MenuStart( PlayerNumber pn )
void ScreenWithMenuElementsSimple::MenuStart( const InputEventPlus &input )
{
if( IsTransitioning() )
return;
@@ -333,7 +333,7 @@ void ScreenWithMenuElementsSimple::MenuStart( PlayerNumber pn )
SCREENMAN->ConcurrentlyPrepareScreen( GetNextScreen() );
}
void ScreenWithMenuElementsSimple::MenuBack( PlayerNumber pn )
void ScreenWithMenuElementsSimple::MenuBack( const InputEventPlus &input )
{
if( IsTransitioning() )
return;