diff options
Diffstat (limited to 'src/elements')
| -rw-r--r-- | src/elements/newgraphics.c | 1 | ||||
| -rw-r--r-- | src/elements/phot.c | 2 |
2 files changed, 2 insertions, 1 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; diff --git a/src/elements/phot.c b/src/elements/phot.c index 7a9d4f2..f6fe3ca 100644 --- a/src/elements/phot.c +++ b/src/elements/phot.c @@ -74,7 +74,7 @@ int graphics_PHOT(GRAPHICS_FUNC_ARGS) *colg *= x; *colb *= x; - *firea = 15; + *firea = 100; *firer = *colr; *fireg = *colg; *fireb = *colb; |
