summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-08 00:05:33 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-08 00:05:33 (GMT)
commitb8ed9035f7d3af3b1b7e8d404b277abcb53df083 (patch)
treed9e0fd91a24027a49d34cb51e799c6b88ab75df2 /src
parent3de06dea86b09ae382f6eda411c69db5acf2c111 (diff)
downloadpowder-b8ed9035f7d3af3b1b7e8d404b277abcb53df083.zip
powder-b8ed9035f7d3af3b1b7e8d404b277abcb53df083.tar.gz
small fix so it goes at the right speed.
Diffstat (limited to 'src')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
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)