aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/detection.cpp')
-rw-r--r--engines/glk/hugo/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/hugo/detection.cpp b/engines/glk/hugo/detection.cpp
index bd59717c8d..7ebf989a2b 100644
--- a/engines/glk/hugo/detection.cpp
+++ b/engines/glk/hugo/detection.cpp
@@ -70,7 +70,7 @@ bool HugoMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &ga
gameFile.close();
// Check for known games
- const HugoGameDescription *p = HUGO_GAMES;
+ const GlkDetectionEntry *p = HUGO_GAMES;
while (p->_gameId && (md5 != p->_md5 || filesize != p->_filesize))
++p;