From a31f4df0a1971073794913e847079bd4a09bf1fe Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 7 Nov 2014 12:28:49 -0500 Subject: [PATCH] fix being unable to draw METL/PSCN/INST ctype on CRAY --- src/simulation/Simulation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index d9f802c4f..72a8ba08c 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -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