remove unused parameter

This commit is contained in:
Glenn Maynard
2004-06-01 08:15:53 +00:00
parent 2157063d4e
commit 2a808602e0
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -26,13 +26,13 @@ GhostArrow::GhostArrow()
}
}
void GhostArrow::Load( CString sNoteSkin, CString sButton, CString sElement, bool bLoadJustOne )
void GhostArrow::Load( CString sNoteSkin, CString sButton, CString sElement )
{
for( int i=0; i<NUM_TAP_NOTE_SCORES; i++ )
{
CString sJudge = TapNoteScoreToString( (TapNoteScore)i );
CString sFullElement = bLoadJustOne ? sElement : sElement + " " + sJudge;
CString sFullElement = sElement + " " + sJudge;
// HACK: for backward noteskin compatibility
CString sPath = NOTESKIN->GetPathToFromNoteSkinAndButton(sNoteSkin, sButton, sFullElement, true); // optional