aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.h')
-rw-r--r--engines/mads/mads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/mads.h b/engines/mads/mads.h
index 2d85236d8d..0d5e16ac47 100644
--- a/engines/mads/mads.h
+++ b/engines/mads/mads.h
@@ -97,7 +97,7 @@ public:
Game *_game;
Palette *_palette;
Resources *_resources;
- MSurface *_screen;
+ MSurface _screen;
SoundManager *_sound;
UserInterface *_userInterface;
bool _easyMouse;