aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-08-27 01:42:49 +0000
committerTravis Howell2006-08-27 01:42:49 +0000
commitb964c889ed96fede5137fb065ef607126ca1d90a (patch)
treebbf33cb7a65895145ce434be84786a4ae39353af /engines/simon/simon.cpp
parent3750fb7c5af99f8590891f8834016c16f8d68632 (diff)
downloadscummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.tar.gz
scummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.tar.bz2
scummvm-rg350-b964c889ed96fede5137fb065ef607126ca1d90a.zip
Remove the use of AutoComputeDirtyRects feature of backends, due to it causing minor glitches
svn-id: r23770
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 70c93c482e..d54087b9ca 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -427,9 +427,6 @@ int SimonEngine::init() {
_system->initSize(_screenWidth, _screenHeight);
_system->endGFXTransaction();
- // FIXME Use auto dirty rects cleanup code to reduce CPU usage
- g_system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true);
-
// Setup mixer
if (!_mixer->isReady())
warning("Sound initialization failed. "