aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-17 19:04:06 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit3b906cb2bb302d9256d07cb462f445af16c7d129 (patch)
tree0928d07e9f923953401ff82eb488705d59878d9b /engines/glk/glk.h
parentb05a16a0ad0dcc2881aeda81e0d1a84a752eccab (diff)
downloadscummvm-rg350-3b906cb2bb302d9256d07cb462f445af16c7d129.tar.gz
scummvm-rg350-3b906cb2bb302d9256d07cb462f445af16c7d129.tar.bz2
scummvm-rg350-3b906cb2bb302d9256d07cb462f445af16c7d129.zip
GLK: Fixes for combined loading/saving code
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index f925fd0cc3..63b5727604 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -76,7 +76,6 @@ struct GlkGameDescription {
Common::Language _language;
Common::Platform _platform;
Common::String _filename;
- InterpreterType _interpType;
Common::String _md5;
};
@@ -162,7 +161,7 @@ public:
/**
* Returns the running interpreter type
*/
- InterpreterType getInterpreterType() const { return _gameDescription._interpType; }
+ virtual InterpreterType getInterpreterType() const = 0;
/**
* Returns the game's md5