diff options
Diffstat (limited to 'includes/powder.h')
| -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 2f8290c..d9fba4d 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -212,7 +212,6 @@ struct particle float pavg[2]; int flags; int tmp; - int (*update_func) (int); }; typedef struct particle particle; @@ -240,6 +239,7 @@ struct part_type unsigned char hconduct; const char *descs; const unsigned short properties; + int (*update_func) (int); }; typedef struct part_type part_type; |
