From 445d92410c5cd4b74780d972d70766b2a6556164 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Jan 2006 18:10:41 +0000 Subject: [PATCH] simplify --- stepmania/src/ScreenOptions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index b1dda98b54..e3e299f050 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -789,11 +789,11 @@ void ScreenOptions::AfterChangeValueOrRow( PlayerNumber pn ) } /* Update all players, since changing one player can move both cursors. */ + FOREACH_HumanPlayer( p ) + TweenCursor( p ); + FOREACH_PlayerNumber( p ) { - if( GAMESTATE->IsHumanPlayer(p) ) - TweenCursor( p ); - int iCurrentRow = m_iCurrentRow[pn]; OptionRow &row = *m_pRows[iCurrentRow]; const bool bExitSelected = row.GetRowType() == OptionRow::RowType_Exit;