From c3dbc2c40f68aebf04fa76cbb225bf81f43a8c41 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 27 Nov 2019 21:04:29 -0800 Subject: GLK: AGT: Route savegames through the engine --- engines/glk/quetzal.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/glk/quetzal.cpp') 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: -- cgit v1.2.3