aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/detection.cpp')
-rw-r--r--engines/agi/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index fd81fc0ca0..daea94cb9b 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -70,6 +70,10 @@ uint16 AgiBase::getGameType() const {
return _gameDescription->gameType;
}
+const char *AgiBase::getGameMD5() const {
+ return _gameDescription->desc.filesDescriptions[0].md5;
+}
+
}
static const PlainGameDescriptor agiGames[] = {