aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index a0f01dfc63..72b5047b29 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -47,6 +47,8 @@ public:
byte _VGAColors[PALETTE_SIZE];
Common::Array<byte *> _colorChain;
byte *_backgroundPage;
+ int _SVGAPage;
+ int _SVGAMode;
private:
static void fadeIntFunc();
static void vDoFadeInt();