fix being unable to draw METL/PSCN/INST ctype on CRAY
This commit is contained in:
parent
46eda12479
commit
a31f4df0a1
@ -2803,7 +2803,7 @@ int Simulation::create_part(int p, int x, int y, int tv)
|
|||||||
parts[pmap[y][x]>>8].ctype |= v<<8;
|
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;
|
parts[pmap[y][x]>>8].ctype = t;
|
||||||
if (t==PT_LIFE && v<NGOL)
|
if (t==PT_LIFE && v<NGOL)
|
||||||
|
Loading…
Reference in New Issue
Block a user