Merge pull request #535 from segrax/FixDemo
SCUMM: MANIAC V1 Demo: GF_DEMO was not being set
This commit is contained in:
commit
a665795fee
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ static void computeGameSettingsFromMD5(const Common::FSList &fslist, const GameF
|
||||||
// (since they have identical MD5):
|
// (since they have identical MD5):
|
||||||
if (dr.game.id == GID_MANIAC && !strcmp(gfp->pattern, "%02d.MAN")) {
|
if (dr.game.id == GID_MANIAC && !strcmp(gfp->pattern, "%02d.MAN")) {
|
||||||
dr.extra = "V1 Demo";
|
dr.extra = "V1 Demo";
|
||||||
|
dr.game.features = GF_DEMO;
|
||||||
}
|
}
|
||||||
|
|
||||||
// HACK: Try to detect languages for translated games
|
// HACK: Try to detect languages for translated games
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue