From 080d0d5042df1342a4f4b084e412dbfc15ab993f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 16 Jan 2006 19:37:23 +0000 Subject: [PATCH] cleanup --- stepmania/src/OptionRow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index aad1015726..2741374e7d 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -772,9 +772,9 @@ void OptionRow::GetWidthXY( PlayerNumber pn, int iChoiceOnRow, int &iWidthOut, i iWidthOut = int(roundf( text.GetZoomedWidth() )); iXOut = int(roundf( text.GetDestX() )); /* We update m_FrameDestination, change colors and tween items, and then tween rows to - * their final positions. (This is so we don't tween colors, too.) m_FrameDestination - * is the actual destination position, even though we may not have set up the - * tween yet. */ + * their final positions. (This is so we don't tween colors, too.) m_FrameDestination + * is the actual destination position, even though we may not have set up the + * tween yet. */ float fY = m_tsDestination.pos.y; iYOut = int(roundf(fY)); }