aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index 954a20cd5b..7cadfd0d7b 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -159,11 +159,11 @@ public:
/** Remove the 'TARGET-' prefix of the given filename, if present. */
Common::String unwrapFilename(const Common::String &name) const;
- Console *_console;
-
private:
const SciGameDescription *_gameDescription;
ResourceManager *_resmgr;
+ EngineState *_gamestate;
+ Console *_console;
};
} // End of namespace Sci