we obviously need the particle index

This commit is contained in:
Felix Wallin
2010-12-14 21:43:28 +01:00
parent 4220fd8e35
commit fae101b1df

View File

@@ -212,7 +212,7 @@ struct particle
float pavg[2];
int flags;
int tmp;
void (*update_func) ();
void (*update_func) (int);
};
typedef struct particle particle;