From b8ed9035f7d3af3b1b7e8d404b277abcb53df083 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 7 Nov 2010 19:05:33 -0500 Subject: [PATCH] small fix so it goes at the right speed. --- src/powder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/powder.c b/src/powder.c index 1daa18094..71e30313f 100644 --- a/src/powder.c +++ b/src/powder.c @@ -894,7 +894,7 @@ void update_particles_i(pixel *vid, int start, int inc) } } } - if(ISGOL) + if(CGOL==0) CGOL++; for(i=start; i<(NPART-starti); i+=inc) if(parts[i].type)