From e7ce51d420d30ee6ab82df8e7dbbe791401f33e9 Mon Sep 17 00:00:00 2001 From: Bryan Hoyle Date: Tue, 16 Aug 2011 12:46:45 -0400 Subject: [PATCH] Revert "Fixed a bug with clne having its ctype overridden by manually placed particles." This reverts commit ed392c9724878fc39fe5cbba2f882dacf7278979. Sorry about the reverts, I accedentally reverted the wrong one originally. --- src/powder.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/powder.c b/src/powder.c index b24960f3a..595132bfc 100644 --- a/src/powder.c +++ b/src/powder.c @@ -757,11 +757,8 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a t!=PT_STKM2&&t!=PT_PBCN) ) { - if(!parts[pmap[y][x]>>8].ctype){ - parts[pmap[y][x]>>8].ctype = t; - if (t==PT_LIFE && v>8].tmp = v; - } + parts[pmap[y][x]>>8].ctype = t; + if (t==PT_LIFE && v>8].tmp = v; } return -1; }