summaryrefslogtreecommitdiff
path: root/src/elements/newgraphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/newgraphics.c')
-rw-r--r--src/elements/newgraphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c
index cf7b9a8..cd420b8 100644
--- a/src/elements/newgraphics.c
+++ b/src/elements/newgraphics.c
@@ -107,7 +107,7 @@ int graphics_DUST(GRAPHICS_FUNC_ARGS)
if(cpart->life >= 1)
{
*firea = 120;
- *firer = *colr = cpart->flags;
+ *firer = *colr = cpart->tmp2;
*fireg = *colg = cpart->tmp;
*fireb = *colb = cpart->ctype;
if (decorations_enable && cpart->dcolour)