Cleanup, don't move stuff in and out of temporary bitmap texts. This also fixes colors taking up space in chat problem.

This commit is contained in:
Charles Lohr
2005-05-04 22:27:13 +00:00
parent 7f69da7a00
commit 36a4c88949
2 changed files with 5 additions and 20 deletions
-1
View File
@@ -26,7 +26,6 @@ private:
//Chatting
BitmapText m_textChatInput;
BitmapText m_textChatOutput;
BitmapText m_textOutHidden;
Sprite m_sprChatInputBox;
Sprite m_sprChatOutputBox;
CString m_sTextInput;