small fix so it goes at the right speed.

This commit is contained in:
Philip 2010-11-07 19:05:33 -05:00
parent 3de06dea86
commit b8ed9035f7

View File

@ -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)