diff options
| author | Simon <simon@hardwired.org.uk> | 2010-08-29 09:25:53 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-08-29 09:25:53 (GMT) |
| commit | c0563111f822f5253264c7805917a864e1ddda5d (patch) | |
| tree | c27c0eedd1f9bd96a8e849ab8940c9f4f27667c9 /powder.c | |
| parent | a23f3777314312f8dfb70b779258dbb2f948bd08 (diff) | |
| download | powder-c0563111f822f5253264c7805917a864e1ddda5d.zip powder-c0563111f822f5253264c7805917a864e1ddda5d.tar.gz | |
Include some headers and move some functions
Diffstat (limited to 'powder.c')
| -rw-r--r-- | powder.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
