Added user info; do not put in the 3.9 branch.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user