[Scummvm-git-logs] scummvm master -> 308c6e3ea9421ba0adaa164cb0995c6bef1f8639
Strangerke
noreply at scummvm.org
Wed Apr 9 20:38:21 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:
308c6e3ea9 M4: RIDDLE: Fix crash in room 803 when talking to Mei
Commit: 308c6e3ea9421ba0adaa164cb0995c6bef1f8639
https://github.com/scummvm/scummvm/commit/308c6e3ea9421ba0adaa164cb0995c6bef1f8639
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-04-09T21:37:45+01:00
Commit Message:
M4: RIDDLE: Fix crash in room 803 when talking to Mei
Changed paths:
engines/m4/riddle/rooms/section8/room803.cpp
diff --git a/engines/m4/riddle/rooms/section8/room803.cpp b/engines/m4/riddle/rooms/section8/room803.cpp
index f904b093d07..0966640e7ab 100644
--- a/engines/m4/riddle/rooms/section8/room803.cpp
+++ b/engines/m4/riddle/rooms/section8/room803.cpp
@@ -232,7 +232,7 @@ void Room803::parser() {
ws_demand_facing(_G(my_walker), 3);
_ripTalkerPos5 = series_load("RIP TREK TALKER POS3", -1, nullptr);
- setGlobals1(_ripTalkerPos5, 1, 5, 1, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+ setGlobals1(_ripTalkerPos5, 1, 5, 1, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
sendWSMessage_110000(_G(my_walker), -1);
}
More information about the Scummvm-git-logs
mailing list