diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 18:12:24 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 18:12:24 (GMT) |
| commit | 95c702535cad90eb2e07c93b628888227ef9728a (patch) | |
| tree | 8cf2085dc633ce57356856b5364526b1c23009f7 /src/elements/ligh.cpp | |
| parent | c5a8615e892ff0009b10e918fe46421b298bc8e0 (diff) | |
| download | powder-95c702535cad90eb2e07c93b628888227ef9728a.zip powder-95c702535cad90eb2e07c93b628888227ef9728a.tar.gz | |
TPT: Fix glow for deut at ligh 4d45bbedb3
Diffstat (limited to 'src/elements/ligh.cpp')
| -rw-r--r-- | src/elements/ligh.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/elements/ligh.cpp b/src/elements/ligh.cpp index 5249c4f..586dfc4 100644 --- a/src/elements/ligh.cpp +++ b/src/elements/ligh.cpp @@ -287,9 +287,10 @@ int update_LIGH(UPDATE_FUNC_ARGS) } int graphics_LIGH(GRAPHICS_FUNC_ARGS) { - *colr = 235; - *colg = 245; - *colb = 255; - *pixel_mode |= PMODE_GLOW; + *firea = 120; + *firer = *colr = 235; + *fireg = *colg = 245; + *fireb = *colb = 255; + *pixel_mode |= PMODE_GLOW | FIRE_ADD; return 1; } |
