aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-09-03 22:09:50 -0400
committerPaul Gilbert2014-09-03 22:09:50 -0400
commit82b2b2d65d0398cb1f3a17f421cbf78f52286faa (patch)
tree6926e98ede2ef29bdf89b3ccc08755da8a0a7fd7 /engines/mads/msurface.h
parent4be8aa8906d1fd72826efcf138f62de5b8cd39b1 (diff)
downloadscummvm-rg350-82b2b2d65d0398cb1f3a17f421cbf78f52286faa.tar.gz
scummvm-rg350-82b2b2d65d0398cb1f3a17f421cbf78f52286faa.tar.bz2
scummvm-rg350-82b2b2d65d0398cb1f3a17f421cbf78f52286faa.zip
MADS: Properly implement drawing to a subset of the screen
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h3
1 files changed, 1 insertions, 2 deletions
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