From e3585798f8407f161ea0fb64fad158e497ce133f Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Sun, 16 May 2004 12:11:58 +0000 Subject: [PATCH] fix compile error. --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }