From 456faed1b7d5d97b82f349464d954ec259e90e13 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 15 Feb 2008 09:28:51 +0000 Subject: [PATCH] copy shadowColor --- stepmania/src/Actor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 414c09f266..b9ecbcf2d6 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -202,6 +202,7 @@ Actor::Actor( const Actor &cpy ): CPY( m_fHibernateSecondsLeft ); CPY( m_fShadowLengthX ); CPY( m_fShadowLengthY ); + CPY( m_ShadowColor ); CPY( m_bIsAnimating ); CPY( m_iDrawOrder );