diff options
-rw-r--r-- | engines/voyeur/graphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h index 221d31061d..41a1bafaca 100644 --- a/engines/voyeur/graphics.h +++ b/engines/voyeur/graphics.h @@ -61,7 +61,6 @@ typedef void (GraphicsManager::*ViewPortRestorePtr)(ViewPortResource *); class GraphicsManager { public: - VoyeurEngine *_vm; byte _VGAColors[PALETTE_SIZE]; PictureResource *_backgroundPage; int _SVGAMode; @@ -77,6 +76,8 @@ public: DrawInfo *_drawPtr; DrawInfo _defaultDrawInfo; private: + VoyeurEngine *_vm; + void restoreBack(Common::Array<Common::Rect> &rectList, int rectListCount, PictureResource *srcPic, PictureResource *destPic); public: |