aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/mult_v1.cpp')
-rw-r--r--engines/gob/mult_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/mult_v1.cpp b/engines/gob/mult_v1.cpp
index 165953f42b..78ee3e60f5 100644
--- a/engines/gob/mult_v1.cpp
+++ b/engines/gob/mult_v1.cpp
@@ -316,7 +316,7 @@ void Mult_v1::playMultInit() {
multObj.lastBottom = -1;
}
- _animSurf = _vm->_video->initSurfDesc(320, 200, 0);
+ _animSurf = _vm->_video->initSurfDesc(320, 200);
_vm->_draw->_spritesArray[Draw::kAnimSurface] = _animSurf;
_animSurf->blit(*_vm->_draw->_backSurface, 0, 0, 319, 199, 0, 0);