[Scummvm-git-logs] scummvm master -> 1c2929cdde74adbb490ad0d9944e3904ec29f4cd
Strangerke
noreply at scummvm.org
Sun Mar 2 08:33:23 UTC 2025
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:
1c2929cdde M4: RIDDLE: Fix another bug in pre-parser of room 207, fix a comment
Commit: 1c2929cdde74adbb490ad0d9944e3904ec29f4cd
https://github.com/scummvm/scummvm/commit/1c2929cdde74adbb490ad0d9944e3904ec29f4cd
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-03-02T09:33:05+01:00
Commit Message:
M4: RIDDLE: Fix another bug in pre-parser of room 207, fix a comment
Changed paths:
engines/m4/riddle/rooms/section2/room207.cpp
diff --git a/engines/m4/riddle/rooms/section2/room207.cpp b/engines/m4/riddle/rooms/section2/room207.cpp
index 5df7b75fd1f..05115e5c9d7 100644
--- a/engines/m4/riddle/rooms/section2/room207.cpp
+++ b/engines/m4/riddle/rooms/section2/room207.cpp
@@ -250,7 +250,7 @@ void Room207::pre_parser() {
Common::strcpy_s(_G(player).noun, "SPLEEN");
} else if (player_said("take", "WHEEL")) {
Common::strcpy_s(_G(player).verb, "take");
- Common::strcpy_s(_G(player).noun, "METAL RIM");
+ Common::strcpy_s(_G(player).noun, "SPLEEN");
} else if (player_said("take", "SEVEN SPOKES") && inv_object_is_here("SEVEN SPOKES")) {
Common::strcpy_s(_G(player).verb, "take");
Common::strcpy_s(_G(player).noun, "SPLEEN");
@@ -1318,7 +1318,7 @@ void Room207::daemon() {
else
sendWSMessage_10000(1, _ppSquatMach, _peskyPointsRipBackgroundSeries, 17, 17, 100, _peskyPointsRipBackgroundSeries, 17, 17, 1);
_peasantMode = 3;
- } else { // _field92 != 2 && _field92 != 3
+ } else { // _peasantShould != 2 && _peasantShould != 3
if (_ripForegroundFl)
sendWSMessage_10000(1, _ppSquatMach, _peskyPointsRipForegroundSeries, 18, 1, 115, _peskyRockLoopSeries, 1, 1, 0);
else
More information about the Scummvm-git-logs
mailing list