Actor: propagate some default parameters

This commit is contained in:
Devin J. Pohly
2013-10-20 16:34:19 -04:00
parent 702f091ea1
commit ecdc352e96
6 changed files with 33 additions and 60 deletions
+4 -4
View File
@@ -270,8 +270,8 @@ float ScreenRanking::SetPage( const PageToShow &pts )
if( bRecentHighScore )
{
m_textNames[l].SetEffectGlowBlink(0.1f);
m_textScores[l].SetEffectGlowBlink(0.1f);
m_textNames[l].SetEffectGlowBlink(0.1f, RageColor(1,1,1,0.2f), RageColor(1,1,1,0.8f));
m_textScores[l].SetEffectGlowBlink(0.1f, RageColor(1,1,1,0.2f), RageColor(1,1,1,0.8f));
}
else
{
@@ -321,8 +321,8 @@ float ScreenRanking::SetPage( const PageToShow &pts )
if( bRecentHighScore )
{
m_textNames[l].SetEffectGlowBlink(0.1f);
m_textScores[l].SetEffectGlowBlink(0.1f);
m_textNames[l].SetEffectGlowBlink(0.1f, RageColor(1,1,1,0.2f), RageColor(1,1,1,0.8f));
m_textScores[l].SetEffectGlowBlink(0.1f, RageColor(1,1,1,0.2f), RageColor(1,1,1,0.8f));
}
else
{