From 2d00aaf5d5d23a591c4024b2381c65601c43fe39 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Jan 2006 08:55:27 +0000 Subject: [PATCH] update comment --- stepmania/src/OptionRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index e3561b3aa7..53c2bbf616 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -279,7 +279,7 @@ void OptionRow::InitText() } } - // If the items will go off the edge of the screen, then re-init with the "long row" style. + // If the items will go off the edge of the screen, then force LAYOUT_SHOW_ONE_IN_ROW. { BitmapText bt( m_pParentType->m_textItemParent ); bt.RunCommands( m_pParentType->ITEMS_ON_COMMAND );