temp fix for double-free

This commit is contained in:
Glenn Maynard
2005-07-16 10:16:23 +00:00
parent f16c913ff3
commit 0fcda13da1
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ protected:
vector<BitmapText *> m_textItems; // size depends on m_bRowIsLong and which players are joined
vector<OptionsCursor *> m_Underline[NUM_PLAYERS]; // size depends on m_bRowIsLong and which players are joined
AutoActor m_sprBullet;
Actor *m_sprBullet;
BitmapText *m_textTitle;
OptionIcon *m_OptionIcons[NUM_PLAYERS];