fix compile error.

This commit is contained in:
Thad Ward
2004-05-16 12:11:58 +00:00
parent a2c074d7e2
commit e3585798f8
+1 -1
View File
@@ -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
}