Remove unneeded code.

This commit is contained in:
Glenn Maynard
2003-09-15 05:54:14 +00:00
parent 9ffa8b5c41
commit 610c07c0e7
3 changed files with 2 additions and 45 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
#include "GhostArrow.h"
#include "NoteSkinManager.h"
#include "GameState.h"
GhostArrow::GhostArrow()
@@ -28,7 +29,7 @@ void GhostArrow::Init( PlayerNumber pn )
{
CString sJudge = TapNoteScoreToString( (TapNoteScore)i );
CString sCommand = Capitalize(sJudge)+"Command";
m_sScoreCommand[i] = NOTESKIN->GetMetric(m_PlayerNumber,m_sName,sCommand);
m_sScoreCommand[i] = NOTESKIN->GetMetric(GAMESTATE->m_PlayerOptions[pn].m_sNoteSkin,m_sName,sCommand);
}
}