Standardize diffuse and make Autogen Icon work when going from non-autogen to autogen song.

This commit is contained in:
Charles Lohr
2005-04-05 17:47:22 +00:00
parent 634b35c5e1
commit 18b96ab1c1
+2 -1
View File
@@ -1307,7 +1307,8 @@ void ScreenSelectMusic::AfterStepsChange( const vector<PlayerNumber> &vpns )
m_DifficultyIcon[pn].SetFromSteps( pn, pSteps );
if( pSteps && pSteps->IsAutogen() )
{
m_AutoGenIcon[pn].SetEffectDiffuseShift();
m_AutoGenIcon[pn].SetEffectNone();
m_AutoGenIcon[pn].SetDiffuse( RageColor(1,1,1,1) );
}
else
{