Yet more theme cleanup. This should be the job of the artists!

This commit is contained in:
Chris Danford
2002-09-24 03:12:04 +00:00
parent 23df7ec564
commit 05cb828e81
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ Background::Background()
m_BackgroundMode = MODE_STATIC_BG;
m_BGADanger.LoadFromAniDir( THEME->GetPathTo("BGAnimations","danger") );
m_BGADanger.LoadFromAniDir( THEME->GetPathTo("BGAnimations","gameplay danger") );
m_quadBGBrightness.StretchTo( RECT_BACKGROUND );
m_quadBGBrightness.SetDiffuse( D3DXCOLOR(0,0,0,1-PREFSMAN->m_fBGBrightness) );