small fix so it goes at the right speed.
This commit is contained in:
parent
3de06dea86
commit
b8ed9035f7
@ -894,7 +894,7 @@ void update_particles_i(pixel *vid, int start, int inc)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(ISGOL)
|
if(CGOL==0)
|
||||||
CGOL++;
|
CGOL++;
|
||||||
for(i=start; i<(NPART-starti); i+=inc)
|
for(i=start; i<(NPART-starti); i+=inc)
|
||||||
if(parts[i].type)
|
if(parts[i].type)
|
||||||
|
Reference in New Issue
Block a user