[Scummvm-git-logs] scummvm master -> 32a6f94cfe0688436b3ad0dcbe502a7b53a71a70
eriktorbjorn
noreply at scummvm.org
Mon Nov 28 06:16:40 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:
32a6f94cfe SCUMM: Fix comment typo
Commit: 32a6f94cfe0688436b3ad0dcbe502a7b53a71a70
https://github.com/scummvm/scummvm/commit/32a6f94cfe0688436b3ad0dcbe502a7b53a71a70
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-11-28T07:16:08+01:00
Commit Message:
SCUMM: Fix comment typo
Changed paths:
engines/scumm/script_v5.cpp
diff --git a/engines/scumm/script_v5.cpp b/engines/scumm/script_v5.cpp
index e63a99e9483..6505938e5a0 100644
--- a/engines/scumm/script_v5.cpp
+++ b/engines/scumm/script_v5.cpp
@@ -1767,8 +1767,8 @@ void ScummEngine_v5::o5_loadRoom() {
// WORKAROUND: The first time you examine Rusty while he's sleeping,
// you will get a close-up of him. Which one should depend on whether
- // or not you've used the Reflection draft on him. But in some, you
- // will always get the close-up where he's wearing his own clothes.
+ // or not you've used the Reflection draft on him. But in some versions,
+ // you will always get the close-up where he's wearing his own clothes.
if (_game.id == GID_LOOM && _game.version == 3 && room == 29 &&
vm.slot[_currentScript].number == 112 && _enableEnhancements) {
More information about the Scummvm-git-logs
mailing list