cursor: tween width at the same time as tweening the position for smoother motion

This commit is contained in:
Chris Danford
2005-04-22 20:59:01 +00:00
parent 6aba73c3dc
commit ef6ea34f69
3 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ void ScreenOptions::TweenCursor( PlayerNumber pn )
cursor.SetXY( (float)iX, (float)iY );
}
cursor.TweenBarWidth( iWidth );
cursor.SetBarWidth( iWidth );
if( GAMESTATE->IsHumanPlayer(pn) )
{