aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.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/script_v72he.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/script_v72he.cpp')
-rw-r--r--engines/scumm/he/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index a708b3baad..db54180f5b 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1528,7 +1528,7 @@ void ScummEngine_v72he::o72_systemOps() {
clearDrawObjectQueue();
break;
case 26: // HE80+
- _gdi->copyVirtScreenBuffers(Common::Rect(_screenWidth, _screenHeight));
+ restoreBackgroundHE(Common::Rect(_screenWidth, _screenHeight));
updatePalette();
break;
case 158: