changeset 2227:904423324d1a draft

(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
author celestar <celestar@openttd.org>
date Fri, 29 Jul 2005 15:55:14 +0000
parents 87614abd420d
children 283c7fb289db
files news_gui.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/news_gui.c
+++ b/news_gui.c
@@ -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));