[Scummvm-git-logs] scummvm master -> 89d945e47470b83237676f416a383679fa9c4e4e

elasota noreply at scummvm.org
Thu Feb 2 17:41:53 UTC 2023


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:
89d945e474 MTROPOLIS: Remove widescreen and subtitle options from incompatible languages, add auto-save to compatible languages.


Commit: 89d945e47470b83237676f416a383679fa9c4e4e
    https://github.com/scummvm/scummvm/commit/89d945e47470b83237676f416a383679fa9c4e4e
Author: elasota (ejlasota at gmail.com)
Date: 2023-02-02T12:39:04-05:00

Commit Message:
MTROPOLIS: Remove widescreen and subtitle options from incompatible languages, add auto-save to compatible languages.

Changed paths:
    engines/mtropolis/detection_tables.h


diff --git a/engines/mtropolis/detection_tables.h b/engines/mtropolis/detection_tables.h
index 775b5afb0ec..ce3a66cf8ad 100644
--- a/engines/mtropolis/detection_tables.h
+++ b/engines/mtropolis/detection_tables.h
@@ -90,7 +90,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			Common::JA_JPN,
 			Common::kPlatformMacintosh,
 			ADGF_TESTING,
-			GUIO3(GAMEOPTION_WIDESCREEN_MOD, GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS, GAMEOPTION_SOUND_EFFECT_SUBTITLES)
+			GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS)
 		},
 		GID_OBSIDIAN,
 		0,
@@ -144,7 +144,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			Common::DE_DEU,
 			Common::kPlatformWindows,
 			ADGF_TESTING,
-			GUIO1(GAMEOPTION_WIDESCREEN_MOD)
+			GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS)
 		},
 		GID_OBSIDIAN,
 		0,
@@ -170,7 +170,7 @@ static const MTropolisGameDescription gameDescriptions[] = {
 			Common::IT_ITA,
 			Common::kPlatformWindows,
 			ADGF_TESTING,
-			GUIO1(GAMEOPTION_WIDESCREEN_MOD)
+			GUIO1(GAMEOPTION_AUTO_SAVE_AT_CHECKPOINTS)
 		},
 		GID_OBSIDIAN,
 		0,




More information about the Scummvm-git-logs mailing list