diff options
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; |
