fixed curly brackets

This commit is contained in:
Felix Wallin 2010-08-16 20:35:06 +08:00 committed by FacialTurd
parent abc9efe10f
commit f78eef8903

View File

@ -2963,6 +2963,7 @@ justdraw:
} }
} }
else if(t==PT_DSTW) else if(t==PT_DSTW)
{
for(x=-3; x<4; x++) for(x=-3; x<4; x++)
{ {
for(y=-3; y<4; y++) for(y=-3; y<4; y++)
@ -2975,7 +2976,7 @@ justdraw:
blendpixel(vid,x+nx,y+ny,32,48,208,70); blendpixel(vid,x+nx,y+ny,32,48,208,70);
} }
} }
}
else if(t==PT_WTRV) else if(t==PT_WTRV)
{ {
if(cmode == 3||cmode==4) if(cmode == 3||cmode==4)