diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index b00007f85a..d8f24a0eb3 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -126,7 +126,8 @@ Actor::~Actor() UnsubcribeAndClearCommands(); } -Actor::Actor( const Actor &cpy ) +Actor::Actor( const Actor &cpy ): + IMessageSubscriber( cpy ) { /* Don't copy an Actor in the middle of rendering. */ ASSERT( cpy.m_pTempState == NULL );