aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/gargoyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/gargoyle.h')
-rw-r--r--engines/gargoyle/gargoyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/gargoyle.h b/engines/gargoyle/gargoyle.h
index b99b7b44f6..a8af85ac01 100644
--- a/engines/gargoyle/gargoyle.h
+++ b/engines/gargoyle/gargoyle.h
@@ -77,7 +77,6 @@ private:
void initialize();
protected:
const GargoyleGameDescription *_gameDescription;
- Graphics::Screen *_screen;
Common::RandomSource _random;
int _loadSaveSlot;
@@ -97,6 +96,7 @@ public:
Conf *_conf;
Events *_events;
PicList *_picList;
+ Graphics::Screen *_screen;
Streams *_streams;
Windows *_windows;
WindowMask *_windowMask;