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]; float pavg[2];
int flags; int flags;
int tmp; int tmp;
void (*update_func) (); void (*update_func) (int);
}; };
typedef struct particle particle; typedef struct particle particle;