[Scummvm-git-logs] scummvm master -> 9551ea096906ae6a87d3628bc46bd9076548c27b

sluicebox 22204938+sluicebox at users.noreply.github.com
Wed Jul 15 19:46:52 UTC 2020


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:
9551ea0969 SCI: Fix comment


Commit: 9551ea096906ae6a87d3628bc46bd9076548c27b
    https://github.com/scummvm/scummvm/commit/9551ea096906ae6a87d3628bc46bd9076548c27b
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2020-07-15T12:46:27-07:00

Commit Message:
SCI: Fix 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 8877631d95..2314b9328f 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -5123,7 +5123,7 @@ static const uint16 kq6PatchWeddingGenieLampMessage[] = {
 //  set the accumulator to non-zero and these statements weren't necessary.
 //
 // Applies to: PC CD, Spanish PC Floppy
-// Responsible: rm405:doVerb(1), rm407:doVerb(1)
+// Responsible methods: rm405:doVerb(1), rm407:doVerb(1)
 static const uint16 kq6SignatureRoom405LookMessage[] = {
 	0x33, 0x1f,                         // jmp 1f
 	SIG_ADDTOOFFSET(+18),




More information about the Scummvm-git-logs mailing list