Unused variable. Will it ever be used or should the line be deleted?

This commit is contained in:
Steve Checkoway
2003-08-31 14:00:14 +00:00
parent 819432de8f
commit f1925e135d
+1 -1
View File
@@ -48,7 +48,7 @@ float ArrowGetYOffset( PlayerNumber pn, int iCol, float fNoteBeat )
return fYOffset;
const float* fAccels = GAMESTATE->m_CurrentPlayerOptions[pn].m_fAccels;
const float* fEffects = GAMESTATE->m_CurrentPlayerOptions[pn].m_fEffects;
//const float* fEffects = GAMESTATE->m_CurrentPlayerOptions[pn].m_fEffects;
float fYAdjust = 0; // fill this in depending on PlayerOptions