From 89804bbdfd22e5fe5b65c7699f659b789530ee43 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 1 Dec 2003 00:06:52 +0000 Subject: [PATCH] fix applying --- stepmania/src/ScreenOptionsMaster.cpp | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/stepmania/src/ScreenOptionsMaster.cpp b/stepmania/src/ScreenOptionsMaster.cpp index 1c68bf2cfe..372ac2eaad 100644 --- a/stepmania/src/ScreenOptionsMaster.cpp +++ b/stepmania/src/ScreenOptionsMaster.cpp @@ -485,18 +485,13 @@ void ScreenOptionsMaster::ExportOptions() const OptionRowHandler &hand = OptionRowHandlers[i]; const OptionRow &row = m_OptionRowAlloc[i]; - if( row.bOneChoiceForAllPlayers ) + for( int pn=0; pnIsHumanPlayer(pn) ) - continue; + if( !GAMESTATE->IsHumanPlayer(pn) ) + continue; - ChangeMask |= ExportOption( row, hand, pn, m_iSelectedOption[pn][i] ); - } + ChangeMask |= ExportOption( row, hand, pn, m_iSelectedOption[pn][i] ); + } } /* If the selection is on a LIST, and the selected LIST option sets the screen,