From 0710f13636ac8bf5193e597b54d3d7dbc91e1c96 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 3 Feb 2024 17:34:37 -0800 Subject: [PATCH] M4: Fix hampster wheel crash in test 2 --- engines/m4/burger/rooms/section6/room602.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }