aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/access.h')
-rw-r--r--engines/access/access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/access/access.h b/engines/access/access.h
index 55810e8a16..8e05da7104 100644
--- a/engines/access/access.h
+++ b/engines/access/access.h
@@ -129,6 +129,7 @@ public:
ASurface *_current;
ASurface _buffer1;
ASurface _buffer2;
+ byte *_plotBuffer;
Common::Array<CharEntry *> _charTable;
SpriteResource *_objectsTable[100];
bool _establishTable[100];