mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
SCUMM: MANIAC V1 Demo: GF_DEMO was not being set
This commit is contained in:
parent
f94f48ae2b
commit
c76f21747f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user