From a90c4e4ff53139e82d50430c9aba0cb52ad3c45b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 15 Sep 2002 23:04:44 +0000 Subject: [PATCH] Made "credits" a separate font. --- stepmania/src/ScreenManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenManager.cpp b/stepmania/src/ScreenManager.cpp index b2699de028..9612f99306 100644 --- a/stepmania/src/ScreenManager.cpp +++ b/stepmania/src/ScreenManager.cpp @@ -60,7 +60,7 @@ ScreenManager::ScreenManager() for( int p=0; pGetPathTo("Fonts","normal") ); + m_textCreditInfo[p].LoadFromFont( THEME->GetPathTo("Fonts","credits") ); m_textCreditInfo[p].SetXY( CREDITS_X(p), CREDITS_Y(p) ); m_textCreditInfo[p].SetZoom( 0.5f ); m_textCreditInfo[p].SetDiffuse( D3DXCOLOR(1,1,1,1) );