aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index ead8ef4c36..eed9c89e43 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -219,7 +219,7 @@ protected:
int _offsX, _offsY;
int _virtScreenHeight;
- void drawBits(byte *dst, byte *mask, int drawTop, int width, int height);
+ void drawBits(byte *dst, byte *mask, int drawTop, int width, int height, bool useMask);
public:
byte _colorMap[16];
@@ -406,7 +406,6 @@ public:
int _curVerbSlot;
int _curPalIndex;
byte _currentRoom;
- VirtScreen *_curVirtScreen;
bool _egoPositioned;
int _keyPressed;