diff options
author | Matthew Hoops | 2011-09-30 01:04:43 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-09-30 01:04:43 -0400 |
commit | 035cf8a7b34762a7dc59fb7763e600c2718fee00 (patch) | |
tree | 265381a31c7f32c5d67235a9d0f5ea65deb1e99b | |
parent | e299f0ac7282313de737715ff427db76f6045cf1 (diff) | |
download | scummvm-rg350-035cf8a7b34762a7dc59fb7763e600c2718fee00.tar.gz scummvm-rg350-035cf8a7b34762a7dc59fb7763e600c2718fee00.tar.bz2 scummvm-rg350-035cf8a7b34762a7dc59fb7763e600c2718fee00.zip |
PEGASUS: Fix AI videos not updating
-rwxr-xr-x | engines/pegasus/ai/ai_area.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/ai/ai_area.cpp b/engines/pegasus/ai/ai_area.cpp index 8a135ed381..0ccb9356ad 100755 --- a/engines/pegasus/ai/ai_area.cpp +++ b/engines/pegasus/ai/ai_area.cpp @@ -299,6 +299,7 @@ bool AIArea::playAIMovie(const tLowerAreaSignature area, const Common::String &m break; } + vm->checkCallBacks(); vm->refreshDisplay(); g_system->delayMillis(10); } |