summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
committerpeter1138 <peter1138@openttd.org>2014-10-11 13:22:37 +0000
commit253c91b17de95f80acd1423c8332d5c72dd0bdd4 (patch)
tree836bd47feeba0b52d13e8bc831256f76a20e3cd2 /src/gfx.cpp
parent1b5696b50f09e93f6889b9b833a2b275838b3047 (diff)
downloadopenttd-253c91b17de95f80acd1423c8332d5c72dd0bdd4.tar.xz
(svn r26990) -Feature: Add option to choose normal, double or quad-size interface.
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index f6d9e0b98..cd14fdcfd 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -56,6 +56,8 @@ static void GfxMainBlitter(const Sprite *sprite, int x, int y, BlitterMode mode,
static ReusableBuffer<uint8> _cursor_backup;
+ZoomLevelByte _gui_zoom; ///< GUI Zoom level
+
/**
* The rect for repaint.
*