news_gui.c
changeset 2227 24f19bde1400
parent 2186 461a2aff3486
child 2498 befad2fe53d2
--- a/news_gui.c	Fri Jul 29 10:16:49 2005 +0000
+++ b/news_gui.c	Fri Jul 29 15:55:14 2005 +0000
@@ -136,7 +136,7 @@
 					vp = w->viewport;
 					GfxFillRect(vp->left - w->left, vp->top - w->top,
 						vp->left - w->left + vp->width - 1, vp->top - w->top + vp->height - 1,
-						ni->flags & NF_INCOLOR ? 0x4322 : 0x4323
+						(ni->flags & NF_INCOLOR ? 0x322 : 0x323) | USE_COLORTABLE
 					);
 
 					COPY_IN_DPARAM(0, ni->params, lengthof(ni->params));