aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.cpp
diff options
context:
space:
mode:
authorMax Horn2005-05-15 17:59:27 +0000
committerMax Horn2005-05-15 17:59:27 +0000
commitf2646d3e531a72d7867400db9c5ef75adc9ea029 (patch)
treec8dce59adb4ef0166214b910102c78ef90246c6b /gui/newgui.cpp
parent1d31cd12233d8a98ea9288147cde946d3884c7c0 (diff)
downloadscummvm-rg350-f2646d3e531a72d7867400db9c5ef75adc9ea029.tar.gz
scummvm-rg350-f2646d3e531a72d7867400db9c5ef75adc9ea029.tar.bz2
scummvm-rg350-f2646d3e531a72d7867400db9c5ef75adc9ea029.zip
Turn off auto scaling for now
svn-id: r18114
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 73346392a3..d9a6330b90 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -49,7 +49,7 @@ enum {
};
-#define USE_AUTO_SCALING true
+#define USE_AUTO_SCALING false
// Constructor
NewGui::NewGui() : _scaleEnable(USE_AUTO_SCALING), _needRedraw(false),