phase out StyleI.player

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