[Scummvm-git-logs] scummvm master -> 927e00eee6d9cb95f3add0e9cdca65465ff16726
Strangerke
noreply at scummvm.org
Tue Feb 3 21:57:27 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:
927e00eee6 M4: BURGER: Fix a glitch in the hardcoded logic of room 406
Commit: 927e00eee6d9cb95f3add0e9cdca65465ff16726
https://github.com/scummvm/scummvm/commit/927e00eee6d9cb95f3add0e9cdca65465ff16726
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-02-03T22:57:04+01:00
Commit Message:
M4: BURGER: Fix a glitch in the hardcoded logic of room 406
Changed paths:
engines/m4/burger/rooms/section4/room406.cpp
diff --git a/engines/m4/burger/rooms/section4/room406.cpp b/engines/m4/burger/rooms/section4/room406.cpp
index d223145078e..b5e18fe1fe6 100644
--- a/engines/m4/burger/rooms/section4/room406.cpp
+++ b/engines/m4/burger/rooms/section4/room406.cpp
@@ -809,9 +809,6 @@ void Room406::daemon() {
case 81:
_mayorShould = 74;
break;
- case 82:
- _mayorShould = 72;
- break;
default:
break;
}
More information about the Scummvm-git-logs
mailing list