Merge pull request #535 from segrax/FixDemo

SCUMM: MANIAC V1 Demo: GF_DEMO was not being set
This commit is contained in:
David Turner 2014-11-23 00:28:14 +00:00
commit a665795fee

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