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
@@ -97,7 +97,7 @@ RString Game::ColToButtonName( int col ) const
return pzColumnName;
StyleInput SI( PLAYER_1, col );
GameInput GI = pStyle->StyleInputToGameInput( SI );
GameInput GI = pStyle->StyleInputToGameInput( SI, PLAYER_1 );
return m_szButtonNames[GI.button];
}