[Scummvm-git-logs] scummvm master -> e50833c400fb32ee02a7e255cc7ed6c64d085a42

sluicebox noreply at scummvm.org
Fri Oct 14 00:13:09 UTC 2022


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:
e50833c400 SCI32: Fix LIGHTHOUSE script patch comment


Commit: e50833c400fb32ee02a7e255cc7ed6c64d085a42
    https://github.com/scummvm/scummvm/commit/e50833c400fb32ee02a7e255cc7ed6c64d085a42
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2022-10-13T19:12:41-05:00

Commit Message:
SCI32: Fix LIGHTHOUSE script patch 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 318d170d203..f29bcfa8a81 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -7400,8 +7400,8 @@ static const uint16 lighthouseOpenSafeSpeedPatch[] = {
 // 1. When facing the ladder (scene 504) and there are 3 birds, exitRight:curPic
 //    is set to 7506 (no birds) instead of 7504 (left and broken center bird).
 // 2. When facing right of the perch and there are no birds (scene 502), there
-//    is code to handle the bird count being 0, and so exitLeft:curPic is set to
-//    4511 (left and broken center bird) instead of 501 (no birds).
+//    is no code to handle the bird count being 0, and so exitLeft:curPic is set
+//    to 4511 (left and broken center bird) instead of 501 (no birds).
 //
 // We fix this by setting the correct scene/pic view when facing the ladder and
 //  adding the missing bird count test when facing right of the perch.




More information about the Scummvm-git-logs mailing list