From 3b906cb2bb302d9256d07cb462f445af16c7d129 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 17 Nov 2018 19:04:06 -0800 Subject: GLK: Fixes for combined loading/saving code --- engines/glk/frotz/frotz.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/glk/frotz/frotz.h') diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h index 00aeb599fb..0dd8b69e89 100644 --- a/engines/glk/frotz/frotz.h +++ b/engines/glk/frotz/frotz.h @@ -48,6 +48,11 @@ public: */ void initialize(); + /** + * Returns the running interpreter type + */ + virtual InterpreterType getInterpreterType() const override { return INTERPRETER_FROTZ; } + /** * Execute the game */ -- cgit v1.2.3