aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index 0ae08dc387..561996dcfc 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -244,10 +244,9 @@ bool Inter_v6::o6_loadCursor(OpFuncParams &params) {
props.waitEndFrame = false;
_vm->_vidPlayer->play(vmdSlot, props);
- _vm->_vidPlayer->copyFrame(vmdSlot, _vm->_draw->_cursorSprites->getData(),
+ _vm->_vidPlayer->copyFrame(vmdSlot, *_vm->_draw->_cursorSprites,
0, 0, _vm->_draw->_cursorWidth, _vm->_draw->_cursorWidth,
- (start + i) * _vm->_draw->_cursorWidth, 0,
- _vm->_draw->_cursorSprites->getWidth() * 2, 2);
+ (start + i) * _vm->_draw->_cursorWidth, 0);
}
_vm->_vidPlayer->closeVideo(vmdSlot);