From f68fadb3f4dd190ed06d327718a06d971c97c772 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 3 Jul 2014 12:05:26 -0400 Subject: [PATCH] make PHOT only able to move 2 pixels at a time through things again --- src/simulation/Simulation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index f83e79998..192723c2f 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2778,7 +2778,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 && drawOn != PT_PSCN && drawOn != PT_INST && drawOn != PT_METL) + else if (drawOn == PT_CRAY && drawOn != t && t != PT_PSCN && t != PT_INST && t != PT_METL) { parts[pmap[y][x]>>8].ctype = t; if (t==PT_LIFE && v