summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-27 13:44:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-27 13:44:56 (GMT)
commit5919cefa85db406f1777df2231f20d78fde73c44 (patch)
tree36ce7bf1fe1fe79acb0e902cea5f663eb30523f9 /includes
parenta6fe1a48323464f1cf1b24ef1008f556cb23a323 (diff)
downloadpowder-5919cefa85db406f1777df2231f20d78fde73c44.zip
powder-5919cefa85db406f1777df2231f20d78fde73c44.tar.gz
Decorations are per particle TODO: remove references to the decorations buffer
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index e5fafc1..1558056 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -329,6 +329,7 @@ struct particle
int flags;
int tmp;
int tmp2;
+ int dcolour;
};
typedef struct particle particle;