From 6083b64b727ce6fc2f0685b5fa1fb8fba970b792 Mon Sep 17 00:00:00 2001 From: Cracker64 Date: Wed, 12 Jan 2011 13:22:27 -0500 Subject: [PATCH] portal was invisible in debug, oops --- src/graphics.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphics.c b/src/graphics.c index 121563b5e..be84b61d0 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1836,6 +1836,7 @@ void draw_parts(pixel *vid) } else if(t==PT_PRTI && DEBUG_MODE) { + blendpixel(vid,nx,ny, PIXR(ptypes[t].pcolors), PIXG(ptypes[t].pcolors), PIXB(ptypes[t].pcolors),255); if(mousex==(nx) && mousey==(ny)) { int z; @@ -1850,6 +1851,7 @@ void draw_parts(pixel *vid) } else if(t==PT_PRTO && DEBUG_MODE) { + blendpixel(vid,nx,ny, PIXR(ptypes[t].pcolors), PIXG(ptypes[t].pcolors), PIXB(ptypes[t].pcolors),255); if(mousex==(nx) && mousey==(ny)) { int z;