[Scummvm-git-logs] scummvm branch-3-0 -> 29574ed22fc181d60ceff1de3d9f37213986f6e5
Strangerke
noreply at scummvm.org
Sat Jan 10 22:39:46 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:
29574ed22f M4: RIDDLE: Fix Ripley giving marks to wolf forever the second time he pays for an information
Commit: 29574ed22fc181d60ceff1de3d9f37213986f6e5
https://github.com/scummvm/scummvm/commit/29574ed22fc181d60ceff1de3d9f37213986f6e5
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-10T23:39:34+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