aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-09-04 21:57:38 -0700
committerPaul Gilbert2019-09-25 20:13:26 -0700
commit146199f29bc5e2b278e3d02c906922aaa68870b3 (patch)
tree22f7fe9cabc9e52eea9b2b2322084d6826e312b9 /engines/glk/blorb.cpp
parentb87d5ef16243bfbdd8f87c7558c6b73fb5842de2 (diff)
downloadscummvm-rg350-146199f29bc5e2b278e3d02c906922aaa68870b3.tar.gz
scummvm-rg350-146199f29bc5e2b278e3d02c906922aaa68870b3.tar.bz2
scummvm-rg350-146199f29bc5e2b278e3d02c906922aaa68870b3.zip
GLK: ADRIFT: Adding Blorb support
Diffstat (limited to 'engines/glk/blorb.cpp')
-rw-r--r--engines/glk/blorb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/blorb.cpp b/engines/glk/blorb.cpp
index 36360c3842..4678c1d75c 100644
--- a/engines/glk/blorb.cpp
+++ b/engines/glk/blorb.cpp
@@ -143,6 +143,7 @@ Common::ErrorCode Blorb::load() {
} else if (ce._type == ID_Exec) {
if (
+ (_interpType == INTERPRETER_ADRIFT && ce._id == ID_ADRI) ||
(_interpType == INTERPRETER_FROTZ && ce._id == ID_ZCOD) ||
(_interpType == INTERPRETER_GLULXE && ce._id == ID_GLUL) ||
(_interpType == INTERPRETER_TADS2 && ce._id == ID_TAD2) ||