Added user info; do not put in the 3.9 branch.

This commit is contained in:
Charles Lohr
2004-10-13 06:41:28 +00:00
parent caab80f188
commit e84c666854
2 changed files with 76 additions and 1 deletions
+5 -1
View File
@@ -62,6 +62,7 @@ protected:
void TweenOffScreen();
void UpdateUsers();
private:
//Chatting
BitmapText m_textChatInput;
@@ -72,7 +73,6 @@ private:
CString m_sTextInput;
CString m_actualText;
//Selection
Quad m_rectSelection;
@@ -93,6 +93,10 @@ private:
BitmapText m_textSubtitle;
BitmapText m_textGroup;
//Users Rect
Quad m_rectUsersBG;
vector <BitmapText> m_textUsers;
//Difficulty Icon(s)
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
Difficulty m_DC[NUM_PLAYERS];