mirror of https://github.com/OpenTTD/OpenTTD
(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.
parent
0960e0c4f2
commit
ef353f69ca
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue