aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/detection.cpp')
-rw-r--r--engines/glk/alan3/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/detection.cpp b/engines/glk/alan3/detection.cpp
index 08a489bfda..e8a6e629f3 100644
--- a/engines/glk/alan3/detection.cpp
+++ b/engines/glk/alan3/detection.cpp
@@ -67,7 +67,7 @@ bool Alan3MetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &g
gameFile.close();
// Check for known games
- const Alan3GameDescription *p = ALAN3_GAMES;
+ const GlkDetectionEntry *p = ALAN3_GAMES;
while (p->_gameId && (md5 != p->_md5 || filesize != p->_filesize))
++p;