[Scummvm-git-logs] scummvm master -> e31ac3f595c01198e20df257423e509ef7ad28fd
Strangerke
noreply at scummvm.org
Tue Feb 3 14:34:08 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:
e31ac3f595 M4: BURGER: Fix a glitch in the hardcoded logic of room 140/141 (thanks to PVS Studio V1048, fixed)
Commit: e31ac3f595c01198e20df257423e509ef7ad28fd
https://github.com/scummvm/scummvm/commit/e31ac3f595c01198e20df257423e509ef7ad28fd
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-02-03T15:24:20+01:00
Commit Message:
M4: BURGER: Fix a glitch in the hardcoded logic of room 140/141 (thanks to PVS Studio V1048, fixed)
Changed paths:
engines/m4/burger/rooms/section1/room140_141.cpp
diff --git a/engines/m4/burger/rooms/section1/room140_141.cpp b/engines/m4/burger/rooms/section1/room140_141.cpp
index 73246ad89aa..85f0404f134 100644
--- a/engines/m4/burger/rooms/section1/room140_141.cpp
+++ b/engines/m4/burger/rooms/section1/room140_141.cpp
@@ -477,7 +477,7 @@ void Room140_141::daemon() {
break;
case 24:
- _elmoShould = 24;
+ _elmoMode = 24;
Series::series_play("140pe06", 0x500, 0, kCHANGE_ELMO_ANIMATION, 6, 0, 100, 0, 0, 0, 5);
kernel_timing_trigger(60, 19);
break;
More information about the Scummvm-git-logs
mailing list