aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/adrift/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/adrift/detection.cpp')
-rw-r--r--engines/glk/adrift/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/adrift/detection.cpp b/engines/glk/adrift/detection.cpp
index fc41ac0787..7623fdf19a 100644
--- a/engines/glk/adrift/detection.cpp
+++ b/engines/glk/adrift/detection.cpp
@@ -81,7 +81,7 @@ bool AdriftMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &
gameList.push_back(GlkDetectedGame(desc.gameId, desc.description, filename, md5, filesize));
} else {
PlainGameDescriptor gameDesc = findGame(p->_gameId);
- gameList.push_back(GlkDetectedGame(p->_gameId, gameDesc.description, filename));
+ gameList.push_back(GlkDetectedGame(p->_gameId, gameDesc.description, p->_extra, filename, p->_language));
}
}