summaryrefslogtreecommitdiff
path: root/powder.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-29 09:25:53 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-29 09:25:53 (GMT)
commitc0563111f822f5253264c7805917a864e1ddda5d (patch)
treec27c0eedd1f9bd96a8e849ab8940c9f4f27667c9 /powder.c
parenta23f3777314312f8dfb70b779258dbb2f948bd08 (diff)
downloadpowder-c0563111f822f5253264c7805917a864e1ddda5d.zip
powder-c0563111f822f5253264c7805917a864e1ddda5d.tar.gz
Include some headers and move some functions
Diffstat (limited to 'powder.c')
-rw-r--r--powder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/powder.c b/powder.c
index d1c8321..0f31577 100644
--- a/powder.c
+++ b/powder.c
@@ -463,6 +463,7 @@ void update_particles_i(pixel *vid, int start, int inc)
for(i=start; i<(NPART-starti); i+=inc)
if(parts[i].type)
{
+ //printf("parts[%d].type: %d\n", i, parts[i].type);
lx = parts[i].x;
ly = parts[i].y;