aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
authorStrangerke2013-02-05 00:12:42 +0100
committerStrangerke2013-02-05 00:12:42 +0100
commit19427ff1769617fc379268f1abceccdf272d2aef (patch)
tree66ee2c44794ddaa61a591ff13fe85944c1b1db0c /engines/hopkins/graphics.cpp
parent555c0ad320d177126fa0b202efad190f2ca0b662 (diff)
downloadscummvm-rg350-19427ff1769617fc379268f1abceccdf272d2aef.tar.gz
scummvm-rg350-19427ff1769617fc379268f1abceccdf272d2aef.tar.bz2
scummvm-rg350-19427ff1769617fc379268f1abceccdf272d2aef.zip
HOPKINS: Some refactoring in ObjectsManager
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 6318bd1ca8..63bcbf20c8 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -1060,7 +1060,7 @@ void GraphicsManager::FIN_VISU() {
for (int idx = 1; idx <= 20; ++idx) {
if (_vm->_globals.Bqe_Anim[idx]._enabledFl)
- _vm->_objectsManager.BOB_ZERO(idx);
+ _vm->_objectsManager.resetBob(idx);
}
for (int idx = 1; idx <= 29; ++idx) {