aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quetzal.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-11-27 21:04:29 -0800
committerPaul Gilbert2019-11-27 21:10:29 -0800
commitc3dbc2c40f68aebf04fa76cbb225bf81f43a8c41 (patch)
tree79425ed4970a5930b8cec5537eee06ddbf940d35 /engines/glk/quetzal.cpp
parent43579347eb7b852fb947f44d30e95450fd247936 (diff)
downloadscummvm-rg350-c3dbc2c40f68aebf04fa76cbb225bf81f43a8c41.tar.gz
scummvm-rg350-c3dbc2c40f68aebf04fa76cbb225bf81f43a8c41.tar.bz2
scummvm-rg350-c3dbc2c40f68aebf04fa76cbb225bf81f43a8c41.zip
GLK: AGT: Route savegames through the engine
Diffstat (limited to 'engines/glk/quetzal.cpp')
-rw-r--r--engines/glk/quetzal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/quetzal.cpp b/engines/glk/quetzal.cpp
index 48e1ef030e..6929a0a8cf 100644
--- a/engines/glk/quetzal.cpp
+++ b/engines/glk/quetzal.cpp
@@ -38,6 +38,8 @@ uint32 QuetzalBase::getInterpreterTag(InterpreterType interpType) {
return MKTAG('A', 'D', 'R', 'I');
case INTERPRETER_ADVSYS:
return MKTAG('A', 'S', 'Y', 'S');
+ case INTERPRETER_AGT:
+ return MKTAG('A', 'G', 'T', ' ');
case INTERPRETER_AGILITY:
return MKTAG('A', 'G', 'I', 'L');
case INTERPRETER_ALAN2: