From 8bcf6e8b120c8a55db45c8f30a905658ea6164a6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 01:14:31 +0000 Subject: [PATCH] fewer code paths to set m_iChoiceInRowWithFocus --- 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 9fe9afbcb5..63790f7b93 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -204,7 +204,7 @@ void OptionRow::ChoicesChanged() /* When choices change, the old focus position is meaningless; reset it. */ FOREACH_PlayerNumber( p ) - m_iChoiceInRowWithFocus[p] = 0; + SetChoiceInRowWithFocus( p, 0 ); InitText(); }