aboutsummaryrefslogtreecommitdiff
path: root/engines/access/access.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-28 07:36:11 -0400
committerPaul Gilbert2014-08-28 07:36:11 -0400
commit819cad3a179260d0b0a973342765a0caff4b13b4 (patch)
tree200079b363e7f4005ae7e2aef4d7714a141e0525 /engines/access/access.h
parent5abe5b89932adfcc705beb7529d323aa15a85bbd (diff)
downloadscummvm-rg350-819cad3a179260d0b0a973342765a0caff4b13b4.tar.gz
scummvm-rg350-819cad3a179260d0b0a973342765a0caff4b13b4.tar.bz2
scummvm-rg350-819cad3a179260d0b0a973342765a0caff4b13b4.zip
ACCESS: Implemented setVideo
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];