[Scummvm-git-logs] scummvm master -> 010d17e4694a0bebd62f5fde15a25a13bd0efbc7

eriktorbjorn eriktorbjorn at telia.com
Wed Jul 21 17:41:20 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:
010d17e469 SCUMM: Update comments about cracked Maniac Mansion


Commit: 010d17e4694a0bebd62f5fde15a25a13bd0efbc7
    https://github.com/scummvm/scummvm/commit/010d17e4694a0bebd62f5fde15a25a13bd0efbc7
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-07-21T19:40:57+02:00

Commit Message:
SCUMM: Update comments about cracked Maniac Mansion

I have verified that the Steam version is identical to the GOG version
in this respect. (The file layout is a bit different, but the data files
are the same.)

Changed paths:
    NEWS.md
    engines/scumm/resource.cpp


diff --git a/NEWS.md b/NEWS.md
index 0d3f1ad5ac..037e4108a6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -116,9 +116,9 @@ For a more comprehensive changelog of the latest experimental code, see:
      included on the LucasArts Mac CD Game Pack II compilation. (It had been
      disabled along with the copy protection.)
    - Repair clumsy crack in Maniac Mansion (enhanced)'s keypad script.
-     This means that the GOG (and Steam?) versions will no longer accept
-     incorrect numbers, e.g. for Edna's phone number. (Why are they selling
-     a cracked version anyway?!)
+     This means that the GOG and Steam versions will no longer accept incorrect
+     numbers, e.g. for Edna's phone number. (Why are they selling a cracked
+     version anyway?!)
 
  Tinsel:
    - Enabled the Return to Launcher feature.
diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index c012773c05..d7c10ee856 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -1732,9 +1732,9 @@ void ScummEngine::applyWorkaroundIfNeeded(ResType type, int idx) {
 	// it changes a script that is used by all keypads in the game, which
 	// means some puzzles are completely nerfed.
 	//
-	// Even worse, this is the version that GOG (and apparently Steam as
-	// well) are selling. No, seriously! I've reported this as a bug, but
-	// it remains unclear whether or not they will fix it.
+	// Even worse, this is the version that GOG and Steam are selling. No,
+	// seriously! I've reported this as a bug, but it remains unclear
+	// whether or not they will fix it.
 
 	if (_game.id == GID_MANIAC && _game.version == 2 && _game.platform == Common::kPlatformDOS && type == rtScript && idx == 44 && size == 199) {
 		byte *data = getResourceAddress(type, idx);




More information about the Scummvm-git-logs mailing list