fixed curly brackets
This commit is contained in:
parent
abc9efe10f
commit
f78eef8903
3
powder.c
3
powder.c
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user