[Scummvm-git-logs] scummvm master -> 0710f13636ac8bf5193e597b54d3d7dbc91e1c96
dreammaster
noreply at scummvm.org
Sun Feb 4 01:34:55 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0710f13636 M4: Fix hampster wheel crash in test 2
Commit: 0710f13636ac8bf5193e597b54d3d7dbc91e1c96
https://github.com/scummvm/scummvm/commit/0710f13636ac8bf5193e597b54d3d7dbc91e1c96
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-03T17:34:37-08:00
Commit Message:
M4: Fix hampster wheel crash in test 2
Changed paths:
engines/m4/burger/rooms/section6/room602.cpp
diff --git a/engines/m4/burger/rooms/section6/room602.cpp b/engines/m4/burger/rooms/section6/room602.cpp
index f197f2b4f11..9576026dd8c 100644
--- a/engines/m4/burger/rooms/section6/room602.cpp
+++ b/engines/m4/burger/rooms/section6/room602.cpp
@@ -516,7 +516,7 @@ void Room602::daemon() {
_val1 = 60;
if (_G(flags)[V278]) {
- series_play_with_breaks(PLAY11, "612wil7", 0x700, 1, 3, 6, 100, 114, -2);
+ series_play_with_breaks(PLAY11, "612wi17", 0x700, 1, 3, 6, 100, 114, -2);
} else {
series_play_with_breaks(PLAY11, "612wi17", 0x6ff, 1, 3, 6, 100, 0, 0);
}
More information about the Scummvm-git-logs
mailing list