aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/picture.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/picture.h')
-rw-r--r--engines/glk/picture.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/glk/picture.h b/engines/glk/picture.h
index e3b65602a2..a8b7e0a9b2 100644
--- a/engines/glk/picture.h
+++ b/engines/glk/picture.h
@@ -90,6 +90,8 @@ class Pictures {
private:
int _refCount;
Common::Array<PictureEntry> _store;
+ Common::Array<uint> _adaptivePics;
+ Common::Array<byte> _savedPalette;
private:
/**
* Stores an original picture in the store
@@ -104,7 +106,7 @@ public:
/**
* Constructor
*/
- Pictures() : _refCount(0) {}
+ Pictures();
/**
* Destructor