[Scummvm-git-logs] scummvm master -> b5165741dfe283ab84d00ee05629c7177cd774d6

dreammaster noreply at scummvm.org
Fri Feb 9 03:43:34 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:
b5165741df M4: Fix duplications putting wire on phone cord


Commit: b5165741dfe283ab84d00ee05629c7177cd774d6
    https://github.com/scummvm/scummvm/commit/b5165741dfe283ab84d00ee05629c7177cd774d6
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-08T19:42:41-08:00

Commit Message:
M4: Fix duplications putting wire on phone cord

Changed paths:
    engines/m4/burger/rooms/section5/room509.cpp


diff --git a/engines/m4/burger/rooms/section5/room509.cpp b/engines/m4/burger/rooms/section5/room509.cpp
index 1b1e56aaadc..93b9ffe94f0 100644
--- a/engines/m4/burger/rooms/section5/room509.cpp
+++ b/engines/m4/burger/rooms/section5/room509.cpp
@@ -59,7 +59,6 @@ const seriesPlayBreak Room509::PLAY2[] = {
 };
 
 const seriesPlayBreak Room509::PLAY3[] = {
-	{  0, -1, nullptr,   0,   0, -1, 0,  0, nullptr,  0 },
 	{  0, 15, nullptr,   0,   0, -1, 0,  0, nullptr,  0 },
 	{ 16, -1, nullptr,   0,   0,  3, 0,  0, nullptr,  0 },
 	{ 16, -1, "500w086", 1, 255, -1, 4, -1, &_state1, 1 },
@@ -81,7 +80,6 @@ const seriesPlayBreak Room509::PLAY5[] = {
 };
 
 const seriesPlayBreak Room509::PLAY6[] = {
-	{ 0, -1, nullptr, 0, 0, -1, 0, 0, nullptr, 0 },
 	{ 0, -1, nullptr, 0, 0, -1, 0, 0, nullptr, 0 },
 	PLAY_BREAK_END
 };




More information about the Scummvm-git-logs mailing list