diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-11 10:57:21 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-11 10:57:21 (GMT) |
| commit | 2f76c2374d9d8da0b3ed512113a611c9af5653b5 (patch) | |
| tree | a760cab309c4c471a304305ed7852b1de1c15efd /src/graphics/Renderer.cpp | |
| parent | ca7b02dbfdd0c11bc9e01b606797f5274f548c6c (diff) | |
| download | powder-2f76c2374d9d8da0b3ed512113a611c9af5653b5.zip powder-2f76c2374d9d8da0b3ed512113a611c9af5653b5.tar.gz | |
TPT: Give menu color to elements without one (stickmen, TRON, and WARP)
Diffstat (limited to 'src/graphics/Renderer.cpp')
| -rw-r--r-- | src/graphics/Renderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/Renderer.cpp b/src/graphics/Renderer.cpp index aed78b2..11cf9c3 100644 --- a/src/graphics/Renderer.cpp +++ b/src/graphics/Renderer.cpp @@ -2373,7 +2373,7 @@ void Renderer::CompileRenderMode() void Renderer::ClearAccumulation() { - //Fire + emp_decor = 0; std::fill(fire_r[0]+0, fire_r[(YRES/CELL)-1]+((XRES/CELL)-1), 0); std::fill(fire_g[0]+0, fire_g[(YRES/CELL)-1]+((XRES/CELL)-1), 0); std::fill(fire_b[0]+0, fire_b[(YRES/CELL)-1]+((XRES/CELL)-1), 0); |
