mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 23:50:25 +00:00
(svn r17202) -Codechange: News item is already given as argument.
This commit is contained in:
parent
cb8690d898
commit
b03e758d25
@ -190,7 +190,6 @@ struct NewsWindow : Window {
|
||||
const Window *w = FindWindowById(WC_SEND_NETWORK_MSG, 0);
|
||||
this->chat_height = (w != NULL) ? w->height : 0;
|
||||
|
||||
this->ni = _forced_news == NULL ? _current_news : _forced_news;
|
||||
this->flags4 |= WF_DISABLE_VP_SCROLL;
|
||||
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
|
Loading…
Reference in New Issue
Block a user