From fc68b90acc13448f3c9492f468ba3da1532dd7b8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Aug 2002 18:59:58 +0000 Subject: [PATCH] Fix compilation in VC6. (vc6 for scoping bug) --- stepmania/src/BitmapText.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index ce90758dee..7629e5f1ba 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -254,11 +254,11 @@ void BitmapText::DrawPrimitives() DISPLAY->TranslateLocal( m_fShadowLength, m_fShadowLength, 0 ); // shift by 5 units DWORD dwColor = D3DXCOLOR(0,0,0,0.5f*m_temp_colorDiffuse[0].a); // semi-transparent black - - for( int i=0; iAddQuad( &v[i] ); DISPLAY->PopMatrix(); @@ -300,11 +300,11 @@ void BitmapText::DrawPrimitives() if( m_temp_colorGlow.a != 0 ) { DISPLAY->SetColorDiffuse(); - - for( int i=0; iAddQuad( &v[i] ); }