aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/blorb.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-08 16:54:31 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit290196946dab0ee60498be16d8e33bb911e5a166 (patch)
treea58df19ad545b712b3d53dcb4a5b4c9debf61835 /engines/glk/blorb.cpp
parent754819f9281d5207deaff1922a915bd9dc0437b5 (diff)
downloadscummvm-rg350-290196946dab0ee60498be16d8e33bb911e5a166.tar.gz
scummvm-rg350-290196946dab0ee60498be16d8e33bb911e5a166.tar.bz2
scummvm-rg350-290196946dab0ee60498be16d8e33bb911e5a166.zip
GLK: GLULXE: Skeleton sub-engine
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 4a4cf8c531..1438abb66b 100644
--- a/engines/glk/blorb.cpp
+++ b/engines/glk/blorb.cpp
@@ -171,6 +171,7 @@ Common::ErrorCode Blorb::load() {
if (
(_interpType == INTERPRETER_FROTZ && type == "ZCOD") ||
+ (_interpType == INTERPRETER_GLULXE && type == "GLUL") ||
(_interpType == INTERPRETER_TADS2 && type == "TAD2") ||
(_interpType == INTERPRETER_TADS3 && type == "TAD3") ||
(_interpType == INTERPRETER_HUGO && type == "HUGO")