use input.pn

This commit is contained in:
Glenn Maynard
2006-09-13 10:02:58 +00:00
parent 4f83f9b9ae
commit aeb9c89191
4 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ void ScreenEz2SelectMusic::Input( const InputEventPlus &input )
if( m_bMadeChoice )
return;
PlayerNumber pn = GAMESTATE->GetCurrentStyle()->ControllerToPlayerNumber( input.GameI.controller );
PlayerNumber pn = input.pn;
if( CodeDetector::EnteredEasierDifficulty(input.GameI.controller) )
{