Fix 'Nothing' display'

This commit is contained in:
Simon 2010-12-07 18:00:55 +00:00
parent 58b85e19b4
commit 7968e37b4e

View File

@ -1409,7 +1409,7 @@ void draw_parts(pixel *vid)
cb = PIXB(ptypes[t].pcolors);
blendpixel(vid, nx, ny, cr, cg, cb, 255);
}
if(cmode==CM_GRAD)
else if(cmode==CM_GRAD)
{
float frequency = 0.05;
int q = parts[i].temp;