aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index acdaa44eec..d59973e0fe 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -161,7 +161,8 @@ protected:
void updateDirtyScreen(VirtScreen *vs);
public:
- void drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int h, int stripnr, int numstrip, byte flag);
+ void drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
+ int stripnr, int numstrip, byte flag);
void clearUpperMask();
void disableZBuffer() { _disable_zbuffer++; }