Nibble is a noob, also fix for persistent mode bug

This commit is contained in:
Simon
2010-12-19 14:20:38 +00:00
parent 9c805f8643
commit 92d22ac590
5 changed files with 5293 additions and 5 deletions

View File

@@ -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;