Changeset - r2227:ce1ff327e625
[Not reviewed]
master
0 1 0
celestar - 19 years ago 2005-07-29 15:55:14
celestar@openttd.org
(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
news_gui.c
Show inline comments
 
@@ -136,7 +136,7 @@ static void NewsWindowProc(Window *w, Wi
 
					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));
0 comments (0 inline, 0 general)