[Scummvm-git-logs] scummvm master -> 80cf0656c43684da4bf0d9bd5c8ed0f56eb49578

Strangerke noreply at scummvm.org
Mon Jan 26 10:06:14 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:
80cf0656c4 M4: BURGER: Fix unlisted bug in animation of room 137


Commit: 80cf0656c43684da4bf0d9bd5c8ed0f56eb49578
    https://github.com/scummvm/scummvm/commit/80cf0656c43684da4bf0d9bd5c8ed0f56eb49578
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-26T11:05:54+01:00

Commit Message:
M4: BURGER: Fix unlisted bug in animation of room 137

Changed paths:
    engines/m4/burger/rooms/section1/room137.cpp


diff --git a/engines/m4/burger/rooms/section1/room137.cpp b/engines/m4/burger/rooms/section1/room137.cpp
index 6ec260a96d0..be0e063684b 100644
--- a/engines/m4/burger/rooms/section1/room137.cpp
+++ b/engines/m4/burger/rooms/section1/room137.cpp
@@ -47,8 +47,8 @@ static const char *SAID[][4] = {
 };
 
 static const seriesStreamBreak SERIES1[] = {
-	{  9, "100_010", 1, 255, -1, 0, 0, 0 },
-	{ 20, nullptr,   1, 255, 12, 0, 0, 0 },
+	{  9, "100_010", 1, 255, -1, 0, nullptr, 0 },
+	{ 20, nullptr,   1, 255, 12, 0, nullptr, 0 },
 	STREAM_BREAK_END
 };
 
@@ -315,7 +315,7 @@ void Room137::daemon() {
 		case 16:
 			if (_sherrifShould == 23) {
 				frame = imath_ranged_rand(0, 8);
-				series_play("137sh03", 0x800, 0, kCHANGE_SHERRIF_ANIMATION, 6, 0, 100, 0, 0);
+				series_play("137sh03", 0x800, 0, kCHANGE_SHERRIF_ANIMATION, 6, 0, 100, 0, 0, frame, frame);
 
 				if (_digi1) {
 					_G(kernel).trigger_mode = KT_PARSE;




More information about the Scummvm-git-logs mailing list