From babe4d9ef259fa90099328b7d9ec291d5815b05d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 14 Jul 2019 10:28:11 -0700 Subject: GLK: ALAN2: Change detections list to use common GlkDetectionEntry --- engines/glk/alan2/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/alan2/detection.cpp') diff --git a/engines/glk/alan2/detection.cpp b/engines/glk/alan2/detection.cpp index 345e230936..f37120d1f9 100644 --- a/engines/glk/alan2/detection.cpp +++ b/engines/glk/alan2/detection.cpp @@ -67,7 +67,7 @@ bool Alan2MetaEngine::detectGames(const Common::FSList &fslist, DetectedGames &g gameFile.close(); // Check for known games - const Alan2GameDescription *p = ALAN2_GAMES; + const GlkDetectionEntry *p = ALAN2_GAMES; while (p->_gameId && (md5 != p->_md5 || filesize != p->_filesize)) ++p; -- cgit v1.2.3