diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-14 20:43:28 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-14 20:43:28 (GMT) |
| commit | fae101b1df75395e8772aac27da190e6a69d5d8b (patch) | |
| tree | e9204e024525003f00ef54564433c451cd62d0bd /includes | |
| parent | 4220fd8e35894754f2eb855b1916f64cf1abc2a3 (diff) | |
| download | powder-fae101b1df75395e8772aac27da190e6a69d5d8b.zip powder-fae101b1df75395e8772aac27da190e6a69d5d8b.tar.gz | |
we obviously need the particle index
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index 1fb7b45..711d9ef 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -212,7 +212,7 @@ struct particle float pavg[2]; int flags; int tmp; - void (*update_func) (); + void (*update_func) (int); }; typedef struct particle particle; |
