show per-diffculty award on Eval screen every time it's received (not just the first time)

clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
This commit is contained in:
Chris Danford
2004-03-20 02:59:08 +00:00
parent b6e2805cd5
commit 2929bacb08
25 changed files with 273 additions and 276 deletions
+3 -6
View File
@@ -68,17 +68,14 @@ BitmapText::BitmapText()
}
iReloadCounter++;
m_HorizAlign = align_center;
m_VertAlign = align_middle;
m_pFont = NULL;
m_bShadow = true;
m_bRainbow = false;
m_iWrapWidthPixels = -1;
m_fMaxWidth = 0;
SetShadowLength( 4 );
}
BitmapText::~BitmapText()
@@ -458,7 +455,7 @@ void BitmapText::DrawPrimitives()
//////////////////////
// render the shadow
//////////////////////
if( m_bShadow )
if( m_fShadowLength != 0 )
{
DISPLAY->PushMatrix();
DISPLAY->TranslateWorld( m_fShadowLength, m_fShadowLength, 0 ); // shift by 5 units