Fix WIND decoration, and reset dcolour in create_part

This commit is contained in:
jacksonmj
2011-05-28 21:44:07 +01:00
committed by Simon Robertshaw
parent a2c171fbf9
commit 5e414e64dc
3 changed files with 3 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ struct particle
int flags;
int tmp;
int tmp2;
int dcolour;
unsigned int dcolour;
};
typedef struct particle particle;