summaryrefslogtreecommitdiff
path: root/src/elements/lava.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-19 23:34:31 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-19 23:34:31 (GMT)
commit29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b (patch)
tree4853b4648db3017f38705a52ab3ae75ed9ec64d1 /src/elements/lava.c
parentbb26e656b3ac9add247db7c52c7dac9b69a8b558 (diff)
downloadpowder-29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b.zip
powder-29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b.tar.gz
Glow, Fire, Smoke, blob and flat particle effects in OpenGL
Diffstat (limited to 'src/elements/lava.c')
-rw-r--r--src/elements/lava.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elements/lava.c b/src/elements/lava.c
index 873b175..a748cf7 100644
--- a/src/elements/lava.c
+++ b/src/elements/lava.c
@@ -8,7 +8,7 @@ int graphics_LAVA(GRAPHICS_FUNC_ARGS)
if (*colr>255) *colr = 255;
if (*colg>192) *colg = 192;
if (*colb>128) *colb = 128;
- *firea = 5;
+ *firea = 40;
*firer = *colr;
*fireg = *colg;
*fireb = *colb;
@@ -16,4 +16,4 @@ int graphics_LAVA(GRAPHICS_FUNC_ARGS)
*pixel_mode |= PMODE_BLUR;
//Returning 0 means dynamic, do not cache
return 0;
-} \ No newline at end of file
+}