aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v3.cpp')
-rw-r--r--engines/gob/inter_v3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v3.cpp b/engines/gob/inter_v3.cpp
index 000639e784..b66080452a 100644
--- a/engines/gob/inter_v3.cpp
+++ b/engines/gob/inter_v3.cpp
@@ -894,7 +894,7 @@ bool Inter_v3::o3_copySprite(OpFuncParams &params) {
}
void Inter_v3::o3_wobble(OpGobParams &params) {
- _vm->_draw->wobble(_vm->_draw->_backSurface);
+ _vm->_draw->wobble(*_vm->_draw->_backSurface);
}
} // End of namespace Gob