Changeset - r15263:db01b8d245ba
[Not reviewed]
master
0 1 0
alberth - 14 years ago 2010-05-30 12:40:40
alberth@openttd.org
(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -1285,7 +1285,7 @@ void InitWindowSystem()
 
	_z_front_window = NULL;
 
	_focused_window = NULL;
 
	_mouseover_last_w = NULL;
 
	_scrolling_viewport = 0;
 
	_scrolling_viewport = false;
 

	
 
	NWidgetLeaf::InvalidateDimensionCache(); // Reset cached sizes of several widgets.
 
}
0 comments (0 inline, 0 general)