NoteSkinManager::ColToButtonName -> Game::ColToButtonName

This commit is contained in:
Glenn Maynard
2004-09-06 02:49:36 +00:00
parent 0780dc3c6a
commit 3e1bc2ef26
7 changed files with 19 additions and 17 deletions
-10
View File
@@ -206,16 +206,6 @@ RageColor NoteSkinManager::GetMetricC( CString sNoteSkinName, CString sButtonNam
}
CString NoteSkinManager::ColToButtonName(int col)
{
const Style* pStyle = GAMESTATE->GetCurrentStyle();
const Game* pGame = GAMESTATE->GetCurrentGame();
StyleInput SI( PLAYER_1, col );
GameInput GI = pStyle->StyleInputToGameInput( SI );
return pGame->m_szButtonNames[GI.button];
}
CString NoteSkinManager::GetPathToFromNoteSkinAndButton( CString NoteSkin, CString sButtonName, CString sElement, bool bOptional )
{
try_again: