diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-14 20:59:37 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-12-14 20:59:37 (GMT) |
| commit | 9c805f864315665a6d7fd5d6c5b319c669f25988 (patch) | |
| tree | deae72a611085291bdec26863d99cf4fa6a9aa1c /includes | |
| parent | fae101b1df75395e8772aac27da190e6a69d5d8b (diff) | |
| download | powder-9c805f864315665a6d7fd5d6c5b319c669f25988.zip powder-9c805f864315665a6d7fd5d6c5b319c669f25988.tar.gz | |
there we go
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 711d9ef..2f8290c 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) (int); + int (*update_func) (int); }; typedef struct particle particle; |
