mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-16 17:15:05 +01:00
(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.
This commit is contained in:
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
Block a user