summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-05-28 20:44:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-29 12:35:00 (GMT)
commit5e414e64dcb41df0621ac35ffe53c13233469356 (patch)
treea6015e0b495a7d061f7e7b9cbe6608935a2e3275 /includes
parenta2c171fbf91e024767ecb8a800a3d7ec13e5d611 (diff)
downloadpowder-5e414e64dcb41df0621ac35ffe53c13233469356.zip
powder-5e414e64dcb41df0621ac35ffe53c13233469356.tar.gz
Fix WIND decoration, and reset dcolour in create_part
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 1558056..f960ee1 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -329,7 +329,7 @@ struct particle
int flags;
int tmp;
int tmp2;
- int dcolour;
+ unsigned int dcolour;
};
typedef struct particle particle;