summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 11:13:11 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 11:13:11 +0000
commit22d7b252968f5ffecb15817051c2837a97563aa9 (patch)
treea33e06e83fac9f119628ba46239c00d64af51b3c /src/window.cpp
parentf2869bb7db1cd475817ca71e3449e827748f00aa (diff)
downloadopenttd-22d7b252968f5ffecb15817051c2837a97563aa9.tar.xz
(svn r13322) -Codechange: _no_scroll belongs more with the window code.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index c79b436ec..3a150f059 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -37,6 +37,7 @@ static Window *_mouseover_last_w = NULL; ///< Window of the last MOUSEOVER event
Window *_z_windows[MAX_NUMBER_OF_WINDOWS];
Window **_last_z_window; ///< always points to the next free space in the z-array
+byte _no_scroll;
Point _cursorpos_drag_start;
int _scrollbar_start_pos;