summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/powder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/powder.c b/src/powder.c
index f6f1e8c..6a7d68d 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -902,6 +902,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
if (i>parts_lastActiveIndex) parts_lastActiveIndex = i;
parts[i].dcolour = 0;
+ parts[i].flags = 0;
if (t==PT_GLAS)
{
parts[i].pavg[1] = pv[y/CELL][x/CELL];