diff options
Diffstat (limited to 'engines/sci/graphics/gui.cpp')
-rw-r--r-- | engines/sci/graphics/gui.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/graphics/gui.cpp b/engines/sci/graphics/gui.cpp index af405807be..ad31b7e7c0 100644 --- a/engines/sci/graphics/gui.cpp +++ b/engines/sci/graphics/gui.cpp @@ -634,6 +634,9 @@ void SciGui::animateShowPic() { _transitions->doit(picRect); if (previousCursorState) _cursor->show(); + + // We set SCI1.1 priority band information here + _gfx->PriorityBandsRecall(); } void SciGui::animate(reg_t listReference, bool cycle, int argc, reg_t *argv) { |