aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/objects.h')
-rw-r--r--engines/parallaction/objects.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/parallaction/objects.h b/engines/parallaction/objects.h
index 77be772adc..e52d1f361f 100644
--- a/engines/parallaction/objects.h
+++ b/engines/parallaction/objects.h
@@ -193,13 +193,10 @@ struct Dialogue {
struct GetData {
uint32 _icon;
GfxObj *gfxobj;
- MaskBuffer _mask[2];
- bool hasMask;
GetData() {
_icon = 0;
gfxobj = NULL;
- hasMask = false;
}
};
struct SpeakData {