summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-18 20:00:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-18 20:00:43 (GMT)
commit1681429d7f08dd04be598ec3346abc2e916dd44b (patch)
treea0f6eaf645e05adcb033f1ee915edb1795dbace6 /src/elements
parent94e7123791a99c6bccce41605d05cb360621eadc (diff)
downloadpowder-1681429d7f08dd04be598ec3346abc2e916dd44b.zip
powder-1681429d7f08dd04be598ec3346abc2e916dd44b.tar.gz
TPT: Glowing BRAY 2976936cfd
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/newgraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/newgraphics.cpp b/src/elements/newgraphics.cpp
index db0cc72..f0fbdae 100644
--- a/src/elements/newgraphics.cpp
+++ b/src/elements/newgraphics.cpp
@@ -320,7 +320,7 @@ int graphics_BRAY(GRAPHICS_FUNC_ARGS)
}
*cola = trans;
*pixel_mode &= ~PMODE;
- *pixel_mode |= PMODE_BLEND;
+ *pixel_mode |= PMODE_BLEND | PMODE_GLOW;
return 0;
}
int graphics_SWCH(GRAPHICS_FUNC_ARGS)