summaryrefslogtreecommitdiff
path: root/src/simulation/elements/SPRK.cpp
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-09-06 21:45:53 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-06 23:37:53 (GMT)
commit2dcdca27610f740baa6b984ca707dd56e7099f44 (patch)
tree90396ba926f03d284f39b9cda580e293b2e93e09 /src/simulation/elements/SPRK.cpp
parentc32035b8ca99f0bb9db6fcc5e9759e28a03f2961 (diff)
downloadpowder-2dcdca27610f740baa6b984ca707dd56e7099f44.zip
powder-2dcdca27610f740baa6b984ca707dd56e7099f44.tar.gz
fix spark color in nothing mode
Diffstat (limited to 'src/simulation/elements/SPRK.cpp')
-rw-r--r--src/simulation/elements/SPRK.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/simulation/elements/SPRK.cpp b/src/simulation/elements/SPRK.cpp
index cb8eff6..b4db3ad 100644
--- a/src/simulation/elements/SPRK.cpp
+++ b/src/simulation/elements/SPRK.cpp
@@ -278,9 +278,9 @@ int Element_SPRK::graphics(GRAPHICS_FUNC_ARGS)
{
*firea = 80;
- *firer = *colr = 170;
- *fireg = *colg = 200;
- *fireb = *colb = 220;
+ *firer = 170;
+ *fireg = 200;
+ *fireb = 220;
//*pixel_mode |= FIRE_ADD;
*pixel_mode |= FIRE_ADD;
return 1;