diff options
author | Matthew Hoops | 2012-10-29 11:10:20 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-10-29 11:17:50 -0400 |
commit | e4898831a3ec4602ed93cad372526c6df8126126 (patch) | |
tree | d1d5092c98c0e6808b45721658c8e420b02ed2d4 | |
parent | 0052ef2802ce2f6306338a180a4833708f7e7af1 (diff) | |
download | scummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.tar.gz scummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.tar.bz2 scummvm-rg350-e4898831a3ec4602ed93cad372526c6df8126126.zip |
PEGASUS: Ease off the CPU in the overview
-rw-r--r-- | engines/pegasus/pegasus.cpp | 1 |
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()) |