diff options
author | Matthew Hoops | 2011-10-02 21:24:30 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-02 21:24:30 -0400 |
commit | 2b4bd019eef319300dc53ce82a30b8a8075023ef (patch) | |
tree | e7cf760272117adda8f21e1c87db2a5bc4e2d2a7 /engines/pegasus | |
parent | a432e3af2942f94e6c22178c0f59c5247b99aa9b (diff) | |
download | scummvm-rg350-2b4bd019eef319300dc53ce82a30b8a8075023ef.tar.gz scummvm-rg350-2b4bd019eef319300dc53ce82a30b8a8075023ef.tar.bz2 scummvm-rg350-2b4bd019eef319300dc53ce82a30b8a8075023ef.zip |
PEGASUS: Fix extra sync
Caldoria now starts up
Diffstat (limited to 'engines/pegasus')
-rw-r--r-- | engines/pegasus/neighborhood/neighborhood.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/neighborhood/neighborhood.cpp b/engines/pegasus/neighborhood/neighborhood.cpp index 4ff762f73d..e5d29f0950 100644 --- a/engines/pegasus/neighborhood/neighborhood.cpp +++ b/engines/pegasus/neighborhood/neighborhood.cpp @@ -1299,6 +1299,7 @@ bool Neighborhood::waitMovieFinish(Movie *movie, const tInputBits interruptionFi break; } + _vm->checkCallBacks(); _vm->refreshDisplay(); _vm->_system->delayMillis(10); } |