Change ScreenNetSelectBase to use a unique font for the user list.
okay I'm not sure who originally had it using the chat font, but I want to hit them.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
Common Normal
|
||||||
@@ -169,7 +169,7 @@ void ScreenNetSelectBase::UpdateUsers()
|
|||||||
|
|
||||||
for( unsigned i=0; i < NSMAN->m_ActivePlayer.size(); i++)
|
for( unsigned i=0; i < NSMAN->m_ActivePlayer.size(); i++)
|
||||||
{
|
{
|
||||||
m_textUsers[i].LoadFromFont( THEME->GetPathF(m_sName,"chat") );
|
m_textUsers[i].LoadFromFont( THEME->GetPathF(m_sName,"users") );
|
||||||
m_textUsers[i].SetHorizAlign( align_center );
|
m_textUsers[i].SetHorizAlign( align_center );
|
||||||
m_textUsers[i].SetVertAlign( align_top );
|
m_textUsers[i].SetVertAlign( align_top );
|
||||||
m_textUsers[i].SetShadowLength( 0 );
|
m_textUsers[i].SetShadowLength( 0 );
|
||||||
|
|||||||
Reference in New Issue
Block a user