[Scummvm-git-logs] scummvm master -> 59280d7bd49a3469e4ecfea26a12e9ad9b78f7c8
Strangerke
noreply at scummvm.org
Sat Jan 10 22:39:19 UTC 2026
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:
59280d7bd4 M4: RIDDLE: Fix Ripley giving marks to wolf forever the second time he pays for an information
Commit: 59280d7bd49a3469e4ecfea26a12e9ad9b78f7c8
https://github.com/scummvm/scummvm/commit/59280d7bd49a3469e4ecfea26a12e9ad9b78f7c8
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-10T23:39:00+01:00
Commit Message:
M4: RIDDLE: Fix Ripley giving marks to wolf forever the second time he pays for an information
Changed paths:
engines/m4/riddle/rooms/section4/room402.cpp
diff --git a/engines/m4/riddle/rooms/section4/room402.cpp b/engines/m4/riddle/rooms/section4/room402.cpp
index c2f48ba1891..ec341ba0210 100644
--- a/engines/m4/riddle/rooms/section4/room402.cpp
+++ b/engines/m4/riddle/rooms/section4/room402.cpp
@@ -1137,7 +1137,7 @@ void Room402::daemon() {
break;
case 216:
- if (_G(flags)[V111] > 1) {
+ if (_flags111 > 1) {
_flags111--;
sendWSMessage_10000(1, _ripEnterLeave, _ripPaysWolfie, 24, 17, 214,
_ripPaysWolfie, 17, 17, 0);
More information about the Scummvm-git-logs
mailing list