From 68548ceea9f5eb246eeac85aacce984c416991df Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 20:51:28 +0000 Subject: [PATCH] no longer care about the note skin here --- stepmania/src/Player.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 428335be44..14b2deab8a 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -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;