1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +01:00

(svn r18579) -Codechange: Add orientation to scrollbars.

This commit is contained in:
alberth
2009-12-20 20:04:30 +00:00
parent cf2349ae10
commit 20debea202
2 changed files with 10 additions and 4 deletions

View File

@@ -1190,7 +1190,7 @@ void Window::InitNested(const WindowDesc *desc, WindowNumber window_number)
}
/** Empty constructor, initialization has been moved to #InitNested() called from the constructor of the derived class. */
Window::Window()
Window::Window() : hscroll(false), vscroll(true), vscroll2(true)
{
}