diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 7f878a1d6e..336c7c7ad8 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -118,6 +118,7 @@ Actor::Actor( const Actor &cpy ) { /* Don't copy an Actor in the middle of rendering. */ ASSERT( cpy.m_pTempState == NULL ); + m_pTempState = NULL; #define CPY(x) x = cpy.x CPY( m_sName );