diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 83e412b485..cfb6df95ea 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1387,7 +1387,7 @@ void ScreenGameplay::Update( float fDeltaTime ) { case SongOptions::FAIL_ARCADE: case SongOptions::FAIL_END_OF_SONG: - FOREACH(pn) + FOREACH_EnabledPlayer(pn) g_CurStageStats.bFailed[pn] = true; // fail }