kljhfdkjhfjkhdfkjf

This commit is contained in:
Chris Danford
2001-12-19 01:50:57 +00:00
parent 7879b119a4
commit bbc4097826
27 changed files with 795 additions and 225 deletions
+2 -3
View File
@@ -54,9 +54,8 @@ void TransitionFade::Draw()
break;
}
m_Color.a = fPercentageOpaque;
int alpha = (int)( fPercentageOpaque * 255 );
SCREEN->DrawRect( CRect(0,0,SCREEN_WIDTH,SCREEN_HEIGHT), m_Color );
D3DXCOLOR colorTemp = m_Color * fPercentageOpaque;
SCREEN->DrawRect( CRect(0,0,SCREEN_WIDTH,SCREEN_HEIGHT), colorTemp );
}