moved nothing display after stickman.

This commit is contained in:
Philip 2010-11-11 22:09:23 -05:00
parent ac6fdb49e8
commit 7aeb8020ba

View File

@ -1328,13 +1328,6 @@ void draw_parts(pixel *vid)
nx = (int)(parts[i].x+0.5f);
ny = (int)(parts[i].y+0.5f);
if(cmode==7)//nothing display
{
cr = PIXR(ptypes[t].pcolors);
cg = PIXG(ptypes[t].pcolors);
cb = PIXB(ptypes[t].pcolors);
blendpixel(vid, nx, ny, cr, cg, cb, 255);
}
else if(cmode!=CM_HEAT)
{
if(t==PT_STKM) //Just draw head here
@ -1362,7 +1355,14 @@ void draw_parts(pixel *vid)
isplayer = 1; //It's a secret. Tssss...
}
if(t==PT_MWAX&&cmode == 6)
if(cmode==7)//nothing display
{
cr = PIXR(ptypes[t].pcolors);
cg = PIXG(ptypes[t].pcolors);
cb = PIXB(ptypes[t].pcolors);
blendpixel(vid, nx, ny, cr, cg, cb, 255);
}
else if(t==PT_MWAX&&cmode == 6)
{
for(x=-1; x<=1; x++)
{