diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index e2f448576b..01bb81de64 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -199,13 +199,10 @@ protected: byte _bpp; uint32 _charOffs; byte *_charPtr; - int _width, _height; int _offsX, _offsY; - int _bottom; int _virtScreenHeight; - - void drawBits(byte *dst, byte *mask, int drawTop); + void drawBits(byte *dst, byte *mask, int drawTop, int width, int height); public: byte _colorMap[16]; |