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