Decorations are per particle TODO: remove references to the decorations buffer

This commit is contained in:
Simon Robertshaw
2011-05-27 14:44:56 +01:00
parent a6fe1a4832
commit 5919cefa85
3 changed files with 19 additions and 10 deletions

View File

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