[Scummvm-git-logs] scummvm master -> a5c91168ec66cff603616603b6ac53fcc2937dfe
bluegr
noreply at scummvm.org
Wed Sep 18 21:36:32 UTC 2024
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:
a5c91168ec MTROPOLIS: declare Star Trek The Game Show demo as unsupported
Commit: a5c91168ec66cff603616603b6ac53fcc2937dfe
https://github.com/scummvm/scummvm/commit/a5c91168ec66cff603616603b6ac53fcc2937dfe
Author: Michael (michael_kuerbis at web.de)
Date: 2024-09-19T00:36:29+03:00
Commit Message:
MTROPOLIS: declare Star Trek The Game Show demo as unsupported
After the start screen, STTGS demo run into an error about being
unable to load a data object of the unknown type 0xc5.
Changed paths:
engines/mtropolis/detection_tables.h
diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index e8d9f01bbed..6a51c692bb3 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -974,7 +974,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_DEMO | ADGF_UNSTABLE,
+ ADGF_DEMO | ADGF_UNSUPPORTED,
GUIO0()
},
GID_STTGS,
More information about the Scummvm-git-logs
mailing list