aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorMatthew Hoops2012-10-29 11:10:20 -0400
committerMatthew Hoops2012-10-29 11:17:50 -0400
commite4898831a3ec4602ed93cad372526c6df8126126 (patch)
treed1d5092c98c0e6808b45721658c8e420b02ed2d4 /engines/pegasus
parent0052ef2802ce2f6306338a180a4833708f7e7af1 (diff)
downloadscummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.tar.gz
scummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.tar.bz2
scummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.zip
PEGASUS: Ease off the CPU in the overview
Diffstat (limited to 'engines/pegasus')
-rw-r--r--engines/pegasus/pegasus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/pegasus.cpp b/engines/pegasus/pegasus.cpp
index 81e8058628..420ca39331 100644
--- a/engines/pegasus/pegasus.cpp
+++ b/engines/pegasus/pegasus.cpp
@@ -1136,6 +1136,7 @@ void PegasusEngine::doInterfaceOverview() {
overviewText.redrawMovieWorld();
refreshDisplay();
+ _system->delayMillis(10);
}
if (shouldQuit())