diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index ce7c19a91f..6bb5180db9 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -38,7 +38,7 @@ void Actor::SetBGMLight( int iLightNumber, float fCabinetLights ) * that shouldn't change the position of the actor. */ void Actor::Reset() { - m_Tweens.clear(); + StopTweening(); m_pTempState = NULL;