aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-27 21:02:49 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit09b682cb63fed029f43133f4a2d9daa3438ac8e2 (patch)
tree60da8622fda66f8477c463a4b99d0ffe54fb72d0 /engines/glk/blorb.cpp
parent0b7a29c7973025d32d8952e97cdc4d13a2794c36 (diff)
downloadscummvm-rg350-09b682cb63fed029f43133f4a2d9daa3438ac8e2.tar.gz
scummvm-rg350-09b682cb63fed029f43133f4a2d9daa3438ac8e2.tar.bz2
scummvm-rg350-09b682cb63fed029f43133f4a2d9daa3438ac8e2.zip
GLK: TADS: Skeletons for TADS 2 & 3 subengines, extra detection logic
Diffstat (limited to 'engines/glk/blorb.cpp')
-rw-r--r--engines/glk/blorb.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/glk/blorb.cpp b/engines/glk/blorb.cpp
index 5c1f0bd962..038a79e046 100644
--- a/engines/glk/blorb.cpp
+++ b/engines/glk/blorb.cpp
@@ -171,7 +171,8 @@ Common::ErrorCode Blorb::load() {
if (
(_interpType == INTERPRETER_FROTZ && type == "ZCOD") ||
- (_interpType == INTERPRETER_TADS && (type == "TAD2" || type == "TAD3")) ||
+ (_interpType == INTERPRETER_TADS2 && type == "TAD2") ||
+ (_interpType == INTERPRETER_TADS3 && type == "TAD3") ||
(_interpType == INTERPRETER_HUGO && type == "HUGO")
) {
// Game executable