From 85816c8a54d77423c6400e41da93f62fe1f948ff Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 2 Jan 2019 23:13:13 -0800 Subject: GLK: Make a _gameFile field in the base Glk engine --- engines/glk/frotz/frotz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/frotz/frotz.h') diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h index 28902c5665..d05971a540 100644 --- a/engines/glk/frotz/frotz.h +++ b/engines/glk/frotz/frotz.h @@ -61,7 +61,7 @@ public: /** * Execute the game */ - virtual void runGame(Common::SeekableReadStream *gameFile) override; + virtual void runGame() override; /** * Load a savegame from the passed stream -- cgit v1.2.3