aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/animation_he.cpp
diff options
context:
space:
mode:
authorMax Horn2006-09-17 23:35:09 +0000
committerMax Horn2006-09-17 23:35:09 +0000
commit285aa5d0b2321760a8f5acd54dc2baaf98534774 (patch)
treeb0f0e5955daf2a6d324fd266865821aefbb6de1c /engines/scumm/he/animation_he.cpp
parentfab33bf6639d72776b1818131724af6d1a67ce58 (diff)
downloadscummvm-rg350-285aa5d0b2321760a8f5acd54dc2baaf98534774.tar.gz
scummvm-rg350-285aa5d0b2321760a8f5acd54dc2baaf98534774.tar.bz2
scummvm-rg350-285aa5d0b2321760a8f5acd54dc2baaf98534774.zip
renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE
svn-id: r23925
Diffstat (limited to 'engines/scumm/he/animation_he.cpp')
-rw-r--r--engines/scumm/he/animation_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp
index 76184633e1..0c737ed899 100644
--- a/engines/scumm/he/animation_he.cpp
+++ b/engines/scumm/he/animation_he.cpp
@@ -93,7 +93,7 @@ void MoviePlayer::handleNextFrame() {
copyFrameToBuffer(pvs->getBackPixels(0, 0), 0, 0, _vm->_screenWidth);
Common::Rect imageRect(_width, _height);
- _vm->_gdi->copyVirtScreenBuffers(imageRect);
+ _vm->restoreBackgroundHE(imageRect);
} else {
copyFrameToBuffer(pvs->getPixels(0, 0), 0, 0, _vm->_screenWidth);