summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/pipe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/elements/pipe.c b/src/elements/pipe.c
index afb4b4e..61c56f6 100644
--- a/src/elements/pipe.c
+++ b/src/elements/pipe.c
@@ -268,6 +268,9 @@ int graphics_PIPE(GRAPHICS_FUNC_ARGS)
}
else
{
+ *colr = PIXR(ptypes[t].pcolors);
+ *colg = PIXR(ptypes[t].pcolors);
+ *colb = PIXR(ptypes[t].pcolors);
if (ptypes[t].graphics_func)
{
(*(ptypes[t].graphics_func))(&tpart, nx, ny, pixel_mode, cola, colr, colg, colb, firea, firer, fireg, fireb);