Fixed a compilation error. silly of me :(

This commit is contained in:
luigi__ 2008-12-23 11:48:27 +00:00
parent a2e95b9bab
commit ad845549e1
1 changed files with 1 additions and 1 deletions

View File

@ -1209,7 +1209,7 @@ static void GetLine (int line, u16* dst)
for(int i = 0; i < 256; i++)
{
// u32 stencil = screenStencil[i];
u32 stencil = screenStencil[i];
//you would use this if you wanted to use the stencil buffer to make decisions here
if(!stencil) continue;