From e4898831a3ec4602ed93cad372526c6df8126126 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Mon, 29 Oct 2012 11:10:20 -0400 Subject: PEGASUS: Ease off the CPU in the overview --- engines/pegasus/pegasus.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/pegasus') 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()) -- cgit v1.2.3