diff --git a/includes/powder.h b/includes/powder.h index 1fb7b45b2..711d9ef1a 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;