no longer care about the note skin here

This commit is contained in:
Glenn Maynard
2006-01-18 20:51:28 +00:00
parent 48e9ff0f22
commit 68548ceea9
-3
View File
@@ -763,9 +763,6 @@ void Player::ApplyWaitingTransforms()
{
const Attack &mod = m_pPlayerState->m_ModsToApply[j];
PlayerOptions po;
/* Should this default to "" always? need it blank so we know if mod.sModifier
* changes the note skin. */
po.m_sNoteSkin = "";
po.FromString( mod.sModifiers );
float fStartBeat, fEndBeat;