From 4b4f7b9d12b5d6a7bd4baab20d17a646b64a3fa2 Mon Sep 17 00:00:00 2001 From: Andrew Livy Date: Tue, 21 Jan 2003 20:44:09 +0000 Subject: [PATCH] Pump Theme Changes --- stepmania/src/ActorFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorFrame.h b/stepmania/src/ActorFrame.h index f8c12c09d0..e7a6cea545 100644 --- a/stepmania/src/ActorFrame.h +++ b/stepmania/src/ActorFrame.h @@ -19,7 +19,7 @@ public: virtual void AddChild( Actor* pActor ); virtual void MoveToTail( Actor* pActor ); virtual void MoveToHead( Actor* pActor ); - virtual void MoveToFront( Actor* pActor ) { MoveToHead( pActor ); } // hack! so many things call this... when they really mean move to head. + virtual ~ActorFrame() { } virtual void Update( float fDeltaTime );