aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/frotz.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-31 22:32:07 -0800
committerPaul Gilbert2018-12-31 22:32:07 -0800
commit4938ac9ea1b207f100a73e2ecbf617b7569fb4b0 (patch)
tree1268a49b90a5c7b8744ff266b5d5daef006c141a /engines/glk/frotz/frotz.cpp
parentfa51ea2138831f4f87f0d66a7f32f32c2942b8e6 (diff)
downloadscummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.tar.gz
scummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.tar.bz2
scummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.zip
GLK: Implement passing detection options to the engines
Diffstat (limited to 'engines/glk/frotz/frotz.cpp')
-rw-r--r--engines/glk/frotz/frotz.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/frotz/frotz.cpp b/engines/glk/frotz/frotz.cpp
index c2341d4026..3d6bf6c9f9 100644
--- a/engines/glk/frotz/frotz.cpp
+++ b/engines/glk/frotz/frotz.cpp
@@ -48,6 +48,8 @@ void Frotz::runGame(Common::SeekableReadStream *gameFile) {
story_fp = gameFile;
initialize();
+ debug("Game %s an Infocom original", isInfocom() ? "is" : "isn't");
+
// If save was selected from the launcher, handle loading it
int saveSlot = ConfMan.hasKey("save_slot") ? ConfMan.getInt("save_slot") : -1;
if (saveSlot != -1) {