phase out StyleI.player

This commit is contained in:
Glenn Maynard
2006-09-13 00:09:00 +00:00
parent 6e40d3e5ef
commit 5be4331e71
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1896,7 +1896,7 @@ void ScreenGameplay::UpdateLights()
if( bBlink )
{
StyleInput si( pi->m_pn, t );
GameInput gi = pStyle->StyleInputToGameInput( si );
GameInput gi = pStyle->StyleInputToGameInput( si, pi->m_pn );
bBlinkGameButton[gi.controller][gi.button] = true;
}
}