summaryrefslogtreecommitdiff
path: root/src/powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/powder.c')
-rw-r--r--src/powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/powder.c b/src/powder.c
index 9e6c067..4acd334 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -1092,7 +1092,7 @@ inline int create_part(int p, int x, int y, int tv)//the function for creating a
colb = colb>255 ? 255 : (colb<0 ? 0 : colb);
parts[i].dcolour = 0xFF000000 | (colr<<16) | (colg<<8) | colb;
}
-
+
return i;
}