diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-28 21:10:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-10-28 21:10:05 (GMT) |
| commit | 228e79eb4fa3e280c139564ef5a65c45fbc7f4b1 (patch) | |
| tree | 60b7eb46677ab1213fa146e3277dac357fe877d1 /src/elements/newgraphics.c | |
| parent | a101353681e6f68f27ff53d868a4347db27e4f20 (diff) | |
| download | powder-228e79eb4fa3e280c139564ef5a65c45fbc7f4b1.zip powder-228e79eb4fa3e280c139564ef5a65c45fbc7f4b1.tar.gz | |
Fix graphics for Phot, Fire, Stor
Diffstat (limited to 'src/elements/newgraphics.c')
| -rw-r--r-- | src/elements/newgraphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c index 7a8fc32..c6bc3ce 100644 --- a/src/elements/newgraphics.c +++ b/src/elements/newgraphics.c @@ -401,6 +401,7 @@ int graphics_PVOD(GRAPHICS_FUNC_ARGS) int graphics_STOR(GRAPHICS_FUNC_ARGS) { if(cpart->tmp){ + *pixel_mode |= PMODE_GLOW; *colr = 0x50; *colg = 0xDF; *colb = 0xDF; |
