summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/elements/newgraphics.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c
index 06bc74e..da3cb26 100644
--- a/src/elements/newgraphics.c
+++ b/src/elements/newgraphics.c
@@ -518,8 +518,13 @@ int graphics_BRCK(GRAPHICS_FUNC_ARGS)
{
if (cpart->tmp == 1)
{
- *pixel_mode |= PMODE_GLOW;
- *colb += 100;
+ *pixel_mode |= FIRE_ADD;
+ *colb += 100;
+
+ *firea = 40;
+ *firer = *colr;
+ *fireg = *colg;
+ *fireb = *colb;
}
return 0;
}