(svn r19908) -Codechange: Use a boolean value to assign to a boolean variable.

pull/155/head
alberth 14 years ago
parent 4ecd7e1f00
commit d0a999bd5b

@ -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…
Cancel
Save