rewrite of all Draw() functions

This commit is contained in:
Chris Danford
2001-11-28 20:26:45 +00:00
parent 3ee2c6d945
commit 439b74daa5
11 changed files with 405 additions and 408 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ void Background::LoadFromSong( Song& song )
{
Sprite::LoadFromTexture( song.GetBackgroundPath() );
Sprite::StretchTo( CRect(0,0,640,480) );
Sprite::SetColor( D3DXCOLOR(0.7f,0.7f,0.7f,1) );
Sprite::SetDiffuseColor( D3DXCOLOR(0.7f,0.7f,0.7f,1) );
CStringArray sVisualizationPaths;
GetDirListing( sVisDir + "*.*", sVisualizationPaths );