summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/newgraphics.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c
index 92a1c94..5679b63 100644
--- a/src/elements/newgraphics.c
+++ b/src/elements/newgraphics.c
@@ -249,8 +249,7 @@ int graphics_INVS(GRAPHICS_FUNC_ARGS)
*colr = 15;
*colg = 0;
*colb = 150;
- *pixel_mode &= PMODE;
- *pixel_mode |= PMODE_BLEND;
+ *pixel_mode = PMODE_BLEND;
}
return 0;
}