From 82b2b2d65d0398cb1f3a17f421cbf78f52286faa Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 3 Sep 2014 22:09:50 -0400 Subject: MADS: Properly implement drawing to a subset of the screen --- engines/mads/msurface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/mads/msurface.h') diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h index cd6bde1271..3a5bf22eed 100644 --- a/engines/mads/msurface.h +++ b/engines/mads/msurface.h @@ -51,10 +51,9 @@ struct SpriteInfo { * MADS graphics surface */ class MSurface : public Graphics::Surface { -private: - bool _freeFlag; protected: static MADSEngine *_vm; + bool _freeFlag; public: /** * Sets the engine refrence used all surfaces -- cgit v1.2.3