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
+3 -3
View File
@@ -110,12 +110,12 @@ void ScreenTestInput::Input( const InputEventPlus &input )
Screen::Input( input ); // default handler
}
void ScreenTestInput::MenuStart( PlayerNumber pn )
void ScreenTestInput::MenuStart( const InputEventPlus &input )
{
MenuBack(pn);
MenuBack( input );
}
void ScreenTestInput::MenuBack( PlayerNumber pn )
void ScreenTestInput::MenuBack( const InputEventPlus &input )
{
if( !IsTransitioning() )
{