[Scummvm-git-logs] scummvm master -> 9e0c45274d2109cb50444c3dd1eace699b7391ba
sev-
sev at scummvm.org
Fri Aug 20 19:15:05 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9e0c45274d ACCESS: Mark Martian demo as demo
Commit: 9e0c45274d2109cb50444c3dd1eace699b7391ba
https://github.com/scummvm/scummvm/commit/9e0c45274d2109cb50444c3dd1eace699b7391ba
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-20T21:14:07+02:00
Commit Message:
ACCESS: Mark Martian demo as demo
Changed paths:
engines/access/detection_tables.h
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index 2ecc77ed13..6fb27ce66d 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -109,7 +109,7 @@ static const AccessGameDescription gameDescriptions[] = {
AD_ENTRY1s("r01.rm", "c2facf9c43047211289044ee39a2322a", 2313),
Common::EN_ANY,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_DEMO | ADGF_UNSTABLE,
GUIO1(GUIO_NONE)
},
GType_MartianMemorandum,
More information about the Scummvm-git-logs
mailing list