summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-12-20 20:04:30 +0000
committeralberth <alberth@openttd.org>2009-12-20 20:04:30 +0000
commit20debea202d87ce595b2ebc353d22204e9820efc (patch)
tree5105a9070caf4c926bda0addd23062f3084c719b /src/window.cpp
parentcf2349ae10c57b6b4b171eeeca11382d1d8afa4b (diff)
downloadopenttd-20debea202d87ce595b2ebc353d22204e9820efc.tar.xz
(svn r18579) -Codechange: Add orientation to scrollbars.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 5e9d22e1b..48f934f7b 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -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)
{
}