[Scummvm-git-logs] scummvm master -> 4df840ef1f2a50ae84a29a394bce298a20b80eef

mistydemeo noreply at scummvm.org
Thu Jan 19 07:17:15 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:
4df840ef1f DIRECTOR: mamauta1 needs desktop quirk


Commit: 4df840ef1f2a50ae84a29a394bce298a20b80eef
    https://github.com/scummvm/scummvm/commit/4df840ef1f2a50ae84a29a394bce298a20b80eef
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-01-18T23:17:03-08:00

Commit Message:
DIRECTOR: mamauta1 needs desktop quirk

Changed paths:
    engines/director/game-quirks.cpp


diff --git a/engines/director/game-quirks.cpp b/engines/director/game-quirks.cpp
index c1146ca8aaa..3f8f16109b0 100644
--- a/engines/director/game-quirks.cpp
+++ b/engines/director/game-quirks.cpp
@@ -116,6 +116,8 @@ struct Quirk {
     // game window takes up the full screen, and only the splash is windowed.
     { "kidsbox", Common::kPlatformMacintosh, &quirk640x480Desktop },
 	{ "lzone", Common::kPlatformWindows, &quirkLzone },
+	{ "mamauta1", Common::kPlatformMacintosh, &quirk640x480Desktop },
+	{ "mamauta1", Common::kPlatformWindows, &quirk640x480Desktop },
 	{ "mcluhan", Common::kPlatformWindows, &quirkMcLuhan },
 	{ nullptr, Common::kPlatformUnknown, nullptr }
 };




More information about the Scummvm-git-logs mailing list