fix leaked exit Actor

This commit is contained in:
Chris Danford
2006-01-26 00:00:41 +00:00
parent c82073a40c
commit c88058395a
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -47,8 +47,7 @@ private:
BitmapText m_textLabel[MAX_GAME_CONTROLLERS];
// owned by m_Line
Actor *m_pExit;
AutoActor m_sprExit;
ActorFrame m_Line[MAX_GAME_BUTTONS+2]; // label, normal lines, exit
ActorScroller m_LineScroller;