From f3c94e55c62e47fd2efc11af60342fae5c250c65 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 00:31:05 +0000 Subject: [PATCH] cleanup --- stepmania/src/OptionRow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index cee6042ad9..49362c027e 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -848,11 +848,11 @@ void OptionRow::ResetFocusFromSelection( PlayerNumber pn ) { switch( m_pHand->m_Def.m_selectType ) { - case SELECT_ONE: - /* Import the focus from the selected option. */ - int iSelection = GetOneSelection( pn, true ); - m_iChoiceInRowWithFocus[pn] = iSelection; // focus on the selection we just set - break; + case SELECT_ONE: + /* Import the focus from the selected option. */ + int iSelection = GetOneSelection( pn, true ); + m_iChoiceInRowWithFocus[pn] = iSelection; // focus on the selection we just set + break; } //