fix being unable to draw METL/PSCN/INST ctype on CRAY

This commit is contained in:
jacob1 2014-11-07 12:28:49 -05:00
parent 46eda12479
commit a31f4df0a1

View File

@ -2803,7 +2803,7 @@ int Simulation::create_part(int p, int x, int y, int tv)
parts[pmap[y][x]>>8].ctype |= v<<8;
}
}
else if (drawOn == PT_CRAY && drawOn != t && t != PT_PSCN && t != PT_INST && t != PT_METL)
else if (drawOn == PT_CRAY && drawOn != t)
{
parts[pmap[y][x]>>8].ctype = t;
if (t==PT_LIFE && v<NGOL)