[Scummvm-git-logs] scummvm master -> fb5096b3f0888d09e8264192b21bf7b7ce2615ba
eriktorbjorn
noreply at scummvm.org
Thu Jun 27 05:56:24 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:
fb5096b3f0 SCI: Fix double "the" in comment
Commit: fb5096b3f0888d09e8264192b21bf7b7ce2615ba
https://github.com/scummvm/scummvm/commit/fb5096b3f0888d09e8264192b21bf7b7ce2615ba
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-06-27T07:56:04+02:00
Commit Message:
SCI: Fix double "the" in comment
Changed paths:
engines/sci/engine/script_patches.cpp
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index 183f8eb9675..c77818c7c41 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -13287,7 +13287,7 @@ static const uint16 pepperPatchGlassJar[] = {
//
// We have verified this with sliding tile puzzle solver programs. They reject
// the initial state as unsolvable. There is no indication that this was the
-// the intention for the puzzle box.
+// intention for the puzzle box.
//
// We fix this by swapping the initial positions of the last two tiles. This is
// all it takes for the initial state to be solvable.
More information about the Scummvm-git-logs
mailing list