From bd1baddf7f48a7cd2c9f1dcc978f2a08635cf0fc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 20 Apr 2003 00:49:43 +0000 Subject: [PATCH] fix warning --- stepmania/src/Background.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/Background.cpp b/stepmania/src/Background.cpp index ea555fbdd9..63c8653e9f 100644 --- a/stepmania/src/Background.cpp +++ b/stepmania/src/Background.cpp @@ -286,8 +286,8 @@ void Background::LoadFromSong( Song* pSong ) const float fFirstBeat = pSong->m_fFirstBeat; const float fLastBeat = pSong->m_fLastBeat; - const int iSequenceLength = 8; - const int iSequence[iSequenceLength] = {0,1,0,1,2,3,2,3}; + // const int iSequenceLength = 8; + // const int iSequence[iSequenceLength] = {0,1,0,1,2,3,2,3}; int ctr=0; // change BG every 4 bars