From b8ed9035f7d3af3b1b7e8d404b277abcb53df083 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 7 Nov 2010 19:05:33 -0500 Subject: small fix so it goes at the right speed. diff --git a/src/powder.c b/src/powder.c index 1daa180..71e3031 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) -- cgit v0.9.2-21-gd62e