Fixed hang when loading pump or solo notes

This commit is contained in:
Chris Danford
2002-10-21 02:15:06 +00:00
parent 6674d2a9a1
commit 3a6edc3d99
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ ScreenTitleMenu::ScreenTitleMenu()
m_textVersion.LoadFromFont( THEME->GetPathTo("Fonts","normal") );
m_textVersion.SetText( "v3.0 beta 6" );
m_textVersion.SetText( "v3.0 beta 6 rc3" );
m_textVersion.SetDiffuse( D3DXCOLOR(0.6f,0.6f,0.6f,1) ); // light gray
m_textVersion.SetXY( VERSION_X, VERSION_Y );
m_textVersion.SetZoom( 0.5f );