Changeset - r12726:b1c44e9069eb
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-08-16 09:20:25
alberth@openttd.org
(svn r17202) -Codechange: News item is already given as argument.
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/news_gui.cpp
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)