Skip to content

Commit

Permalink
PEGASUS: Fix extra sync
Browse files Browse the repository at this point in the history
Caldoria now starts up
  • Loading branch information
Matthew Hoops committed Oct 3, 2011
1 parent a432e3a commit 2b4bd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/pegasus/neighborhood/neighborhood.cpp
Expand Up @@ -1299,6 +1299,7 @@ bool Neighborhood::waitMovieFinish(Movie *movie, const tInputBits interruptionFi
break;
}

_vm->checkCallBacks();
_vm->refreshDisplay();
_vm->_system->delayMillis(10);
}
Expand Down

0 comments on commit 2b4bd01

Please sign in to comment.