Documentation clean up and optimized AutoGen

This commit is contained in:
Chris Danford
2002-10-24 01:51:01 +00:00
parent a53fe4ef0e
commit 57896611b9
13 changed files with 358 additions and 226 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 rc3" );
m_textVersion.SetText( "v3.0 final" );
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 );