From c44e861df167a4933ed758fffffae314d5c5dde2 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Wed, 6 Jul 2011 22:22:13 -0400 Subject: [PATCH] Only go through the enabled players. --- src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameState.cpp b/src/GameState.cpp index b94373dda5..4951f22ec0 100644 --- a/src/GameState.cpp +++ b/src/GameState.cpp @@ -711,7 +711,7 @@ void GameState::BeginStage() if( !ARE_STAGE_PLAYER_MODS_FORCED ) { - FOREACH_PlayerNumber( p ) + FOREACH_EnabledPlayer( p ) { ModsGroup &po = m_pPlayerState[p]->m_PlayerOptions; po.Assign(ModsLevel_Stage,