SCUMM: MANIAC V1 Demo: GF_DEMO was not being set

This commit is contained in:
Robert Crossfield 2014-11-23 10:58:48 +11:00
parent f94f48ae2b
commit c76f21747f

View File

@ -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