checkin of v1.50

This commit is contained in:
Chris Danford
2002-01-16 10:01:32 +00:00
parent 7f3a131195
commit 0add9e0bb3
66 changed files with 3425 additions and 1313 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ TransitionRectWipe::~TransitionRectWipe()
}
void TransitionRectWipe::Draw()
void TransitionRectWipe::RenderPrimitives()
{
if( m_TransitionState == opened )
return;
@@ -77,11 +77,11 @@ void TransitionRectWipe::Draw()
if( iRectWidth > 0 )
//if( i == iFadeLeftEdge || i == iFadeRightEdge )
{ // draw the rectangle
RECT rect;
/* RECT rect;
SetRect( &rect, iRectX-iRectWidth/2, 0,
iRectX+iRectWidth/2, SCREEN_HEIGHT );
SCREEN->DrawRect( &rect, D3DCOLOR_ARGB(255,0,0,0) );
}
*/ }
} // end foreach rect
}