[Scummvm-git-logs] scummvm master -> 77cf0803f92d7262f117164571061119881246ba
dwatteau
noreply at scummvm.org
Sun Apr 13 21:42:26 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
77cf0803f9 SCUMM: JANITORIAL: Fix typo in previous commit
Commit: 77cf0803f92d7262f117164571061119881246ba
https://github.com/scummvm/scummvm/commit/77cf0803f92d7262f117164571061119881246ba
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-04-13T23:41:43+02:00
Commit Message:
SCUMM: JANITORIAL: Fix typo in previous commit
Changed paths:
engines/scumm/script_v5.cpp
diff --git a/engines/scumm/script_v5.cpp b/engines/scumm/script_v5.cpp
index 89f1e7bb9b3..133841e26e8 100644
--- a/engines/scumm/script_v5.cpp
+++ b/engines/scumm/script_v5.cpp
@@ -1755,8 +1755,8 @@ void ScummEngine_v5::o5_notEqualZero() {
// shown if it has already been shown.
if ((_game.id == GID_MONKEY || _game.id == GID_MONKEY_VGA || _game.id == GID_MONKEY_EGA) && _roomResource == 8 && vm.slot[_currentScript].number == 10002) {
- // A local getVar(), where the var number can be examined first.
- // Taking take to limit this to Monkey1, so that the proper getVar()
+ // A local getVar(), where the var number can be examined.
+ // Taking care to limit this to Monkey1, so that the proper getVar()
// implementation still gets called for v2 and below.
int var = fetchScriptWord();
a = readVar(var);
More information about the Scummvm-git-logs
mailing list