From c76f21747fddd0688732c7115f2a5307777a6fad Mon Sep 17 00:00:00 2001 From: Robert Crossfield Date: Sun, 23 Nov 2014 10:58:48 +1100 Subject: SCUMM: MANIAC V1 Demo: GF_DEMO was not being set --- engines/scumm/detection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 10482ba1fc..c0db0d6d37 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -502,6 +502,7 @@ static void computeGameSettingsFromMD5(const Common::FSList &fslist, const GameF // (since they have identical MD5): if (dr.game.id == GID_MANIAC && !strcmp(gfp->pattern, "%02d.MAN")) { dr.extra = "V1 Demo"; + dr.game.features = GF_DEMO; } // HACK: Try to detect languages for translated games -- cgit v1.2.3