Fix some warnings and update hgignore so status is cleaner.

This commit is contained in:
Colby Klein
2011-03-14 00:18:51 -07:00
parent 30553fec04
commit 4119d406a5
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -2642,7 +2642,7 @@ void RageDisplay_Legacy::SetSphereEnvironmentMapping( TextureUnit tu, bool b )
}
}
GLint iCelTexture1, iCelTexture2 = NULL;
GLint iCelTexture1, iCelTexture2 = 0;
void RageDisplay_Legacy::SetCelShaded( int stage )
{