From b40bd514d738db807be08d55efea566595a23879 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Feb 2003 22:39:23 +0000 Subject: [PATCH] fix compile --- stepmania/src/ScreenGameplay.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 8058fd5a5b..d11c9ea9a3 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -186,8 +186,8 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) m_Background.SetDiffuse( RageColor(0.4f,0.4f,0.4f,1) ); this->AddChild( &m_Background ); - - for( int p=0; pIsPlayerEnabled(PlayerNumber(p)) ) continue;