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(); }