aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/snail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/snail.cpp')
-rw-r--r--engines/cge2/snail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp
index 5e417a1b8c..068ccf86d5 100644
--- a/engines/cge2/snail.cpp
+++ b/engines/cge2/snail.cpp
@@ -604,7 +604,7 @@ void CGE2Engine::snDim(Sprite *spr, int val) {
void CGE2Engine::snGhost(Bitmap *bmp) {
V2D p(this, bmp->_map & 0xFFFF, bmp->_map >> 16);
- bmp->hide(p.x, p.y);
+ bmp->hide(p);
delete[] bmp->_b;
bmp->_v = nullptr;
bmp->_b = nullptr;