aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index fb42938ec3..d7a6528f68 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -43,7 +43,7 @@ class VideoManager;
class MystGraphics;
class MystScriptParser;
class MystConsole;
-class MystSaveLoad;
+class MystGameState;
class MystOptionsDialog;
class MystResource;
class MystResourceType8;
@@ -172,7 +172,7 @@ public:
MystView _view;
MystGraphics *_gfx;
- MystSaveLoad *_saveLoad;
+ MystGameState *_gameState;
MystScriptParser *_scriptParser;
Common::Array<MystResource*> _resources;
MystResource *_dragResource;