mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 23:10:04 +00:00
(svn r2747) -Fix: r2736 broke the newpaper display. Sorry.
This commit is contained in:
parent
0432a02054
commit
1a5de9ff9b
@ -136,7 +136,7 @@ static void NewsWindowProc(Window *w, WindowEvent *e)
|
|||||||
vp = w->viewport;
|
vp = w->viewport;
|
||||||
GfxFillRect(vp->left - w->left, vp->top - w->top,
|
GfxFillRect(vp->left - w->left, vp->top - w->top,
|
||||||
vp->left - w->left + vp->width - 1, vp->top - w->top + vp->height - 1,
|
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));
|
COPY_IN_DPARAM(0, ni->params, lengthof(ni->params));
|
||||||
|
Loading…
Reference in New Issue
Block a user