aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quest/quest.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-09-29 11:17:28 -0700
committerPaul Gilbert2019-09-29 15:08:52 -0700
commit055f6f0b483f8f6b285f223ca852392ef320c76f (patch)
tree912e1c45f0fe2d85b2bc0812f0c7a0b60756bfa3 /engines/glk/quest/quest.h
parent32c9deefb7331ae1c4f25f99b44e71189f977b76 (diff)
downloadscummvm-rg350-055f6f0b483f8f6b285f223ca852392ef320c76f.tar.gz
scummvm-rg350-055f6f0b483f8f6b285f223ca852392ef320c76f.tar.bz2
scummvm-rg350-055f6f0b483f8f6b285f223ca852392ef320c76f.zip
GLK: QUEST: Startup/logging fix
Diffstat (limited to 'engines/glk/quest/quest.h')
-rw-r--r--engines/glk/quest/quest.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/glk/quest/quest.h b/engines/glk/quest/quest.h
index 69aa2db094..87775600a8 100644
--- a/engines/glk/quest/quest.h
+++ b/engines/glk/quest/quest.h
@@ -56,9 +56,7 @@ public:
/**
* Constructor
*/
- Quest(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gameDesc), _saveSlot(-1) {
- g_vm = this;
- }
+ Quest(OSystem *syst, const GlkGameDescription &gameDesc);
/**
* Run the game