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:
AJ Kelly
2013-09-25 11:57:34 -05:00
committed by Devin J. Pohly
parent d9a37be653
commit befc6665a0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ void ScreenNetSelectBase::UpdateUsers()
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].SetVertAlign( align_top );
m_textUsers[i].SetShadowLength( 0 );