[Scummvm-git-logs] scummvm master -> 0866f10e22b588c7a101b1003df4ce671c1f46d4
bluegr
noreply at scummvm.org
Sat Jun 15 21:56:55 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:
0866f10e22 JANITORIAL: Fix typo in SCI script_patches.cpp
Commit: 0866f10e22b588c7a101b1003df4ce671c1f46d4
https://github.com/scummvm/scummvm/commit/0866f10e22b588c7a101b1003df4ce671c1f46d4
Author: amytant (44933060+amytant at users.noreply.github.com)
Date: 2024-06-16T00:56:52+03:00
Commit Message:
JANITORIAL: Fix typo in SCI script_patches.cpp
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 f43fa583824..08cc6e0f020 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -7870,7 +7870,7 @@ static const SciScriptPatcherEntry lighthouseSignatures[] = {
#endif
// ===========================================================================
-// When Robin hands out the scroll to Marion and then types his name using the
+// When Robin hands out the scroll to Marian and then types his name using the
// hand code, the German version's script contains a typo (likely a copy/paste
// error), and the local procedure that shows each letter is called twice. The
// The procedure expects a letter arg and returns no value, so the first call
More information about the Scummvm-git-logs
mailing list