fix fitness menu crash

This commit is contained in:
Glenn Maynard
2005-03-22 05:26:51 +00:00
parent cb34dc4175
commit 896c5dad55
+1 -1
View File
@@ -603,7 +603,7 @@ void OptionRow::UpdateEnabledDisabled()
bt.SetY( m_fY );
FOREACH_HumanPlayer( p )
{
OptionsCursor &ul = *m_Underline[p][item_no];
OptionsCursor &ul = *m_Underline[item_no][0];
ul.StopTweening();
ul.BeginTweening( TWEEN_SECONDS );
ul.SetDiffuseAlpha( color.a );