diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c index 36db658..6be9bb6 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1877,7 +1877,7 @@ void render_parts(pixel *vid) } //Apply decoration colour - if(!(colour_mode & COLOUR_HEAT|COLOUR_LIFE)) + if(!colour_mode) { if(!(pixel_mode & NO_DECO) && decorations_enable) { |
