aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.cpp
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-11 01:11:16 +0000
committerTony Puccinelli2010-08-11 01:11:16 +0000
commit3a7a0ba720f219c4780cf19d196cda9c0456a20b (patch)
treefe7f45242447dc7d14447babbdea9fbbb771c506 /engines/saga/saga.cpp
parent6543062e5701e8011a4b12abffa8afca56f30b3f (diff)
parentfffec23a02cc88ed8daba0a3b50007b7e220c075 (diff)
downloadscummvm-rg350-3a7a0ba720f219c4780cf19d196cda9c0456a20b.tar.gz
scummvm-rg350-3a7a0ba720f219c4780cf19d196cda9c0456a20b.tar.bz2
scummvm-rg350-3a7a0ba720f219c4780cf19d196cda9c0456a20b.zip
manually merged engines from trunk into branch
svn-id: r51964
Diffstat (limited to 'engines/saga/saga.cpp')
-rw-r--r--engines/saga/saga.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp
index 025462c558..1b7fa97f8d 100644
--- a/engines/saga/saga.cpp
+++ b/engines/saga/saga.cpp
@@ -316,20 +316,6 @@ Common::Error SagaEngine::run() {
syncSoundSettings();
-
-#if 0
- // FIXME: Disabled this code for now. We want to get rid of OSystem::kFeatureAutoComputeDirtyRects
- // and this is the last place to make use of it. We need to find out whether doing
- // so causes any regressions. If it does, we can reenable it, if not, we can remove
- // this code in 0.13.0.
-
- // FIXME: This is the ugly way of reducing redraw overhead. It works
- // well for 320x200 but it's unclear how well it will work for
- // 640x480.
- if (getGameId() == GID_ITE)
- _system->setFeatureState(OSystem::kFeatureAutoComputeDirtyRects, true);
-#endif
-
int msec = 0;
_previousTicks = _system->getMillis();