aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/bitmap.h')
-rw-r--r--engines/cge2/bitmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/bitmap.h b/engines/cge2/bitmap.h
index 2c7b31b110..e7a4637b87 100644
--- a/engines/cge2/bitmap.h
+++ b/engines/cge2/bitmap.h
@@ -81,8 +81,8 @@ public:
Bitmap *code(uint8 *map);
Bitmap &operator=(const Bitmap &bmp);
void release();
- void hide(int16 x, int16 y);
- void show(int16 x, int16 y);
+ void hide(V2D pos);
+ void show(V2D pos);
bool solidAt(V2D pos);
void xLatPos(V2D& p);
bool moveHi();