aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/script.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2013-03-02 20:40:03 -0500
committerPaul Gilbert2013-03-02 20:40:03 -0500
commit95aca78bcdc42a2765220c2fbd990539168b15b5 (patch)
tree32798f190de6ab57765b00f5e6f2202591bb6ad1 /engines/hopkins/script.cpp
parent7c862d586ede81d759eafae831f8fd54684d92bd (diff)
downloadscummvm-rg350-95aca78bcdc42a2765220c2fbd990539168b15b5.tar.gz
scummvm-rg350-95aca78bcdc42a2765220c2fbd990539168b15b5.tar.bz2
scummvm-rg350-95aca78bcdc42a2765220c2fbd990539168b15b5.zip
HOPKINS: Renamed dirty rect methods
Diffstat (limited to 'engines/hopkins/script.cpp')
-rw-r--r--engines/hopkins/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/script.cpp b/engines/hopkins/script.cpp
index 55cbe00930..c9413c15a7 100644
--- a/engines/hopkins/script.cpp
+++ b/engines/hopkins/script.cpp
@@ -2337,7 +2337,7 @@ int ScriptManager::handleOpcode(byte *dataP) {
memcpy(_vm->_graphicsManager._oldPalette, _vm->_graphicsManager._palette, 769);
_vm->_animationManager.playAnim2("PLAN.ANM", 50, 10, 800);
}
- _vm->_graphicsManager.resetVesaSegment();
+ _vm->_graphicsManager.resetDirtyRects();
break;
case 608: