[Scummvm-git-logs] scummvm master -> 71c5569004a6a27ea4e52e26d0bd74c0866bc1dc
Strangerke
noreply at scummvm.org
Mon Jan 26 08:25:15 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:
71c5569004 M4: BURGER: Fix for bug #15569, some cleanup
Commit: 71c5569004a6a27ea4e52e26d0bd74c0866bc1dc
https://github.com/scummvm/scummvm/commit/71c5569004a6a27ea4e52e26d0bd74c0866bc1dc
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2026-01-26T09:25:08+01:00
Commit Message:
M4: BURGER: Fix for bug #15569, some cleanup
Changed paths:
engines/m4/burger/rooms/section5/section5.cpp
diff --git a/engines/m4/burger/rooms/section5/section5.cpp b/engines/m4/burger/rooms/section5/section5.cpp
index d43271ac028..1d0c4a6421f 100644
--- a/engines/m4/burger/rooms/section5/section5.cpp
+++ b/engines/m4/burger/rooms/section5/section5.cpp
@@ -70,7 +70,7 @@ const char *Section5::PARSER[] = {
nullptr,
"500w013",
PARSER_ITEM_END,
- "ROLLING PIN",
+ "ROLLING PIN",
"LOOK AT",
"500w014",
"TAKE",
@@ -119,7 +119,7 @@ const char *Section5::PARSER[] = {
"500w025",
"WASHING MACHINE",
"500w025",
- "LAUNDRY HAMPER",
+ "LAUNDRY HAMPER",
"500w023",
"WARDROBE",
"500w023",
@@ -129,9 +129,9 @@ const char *Section5::PARSER[] = {
"500w025",
"SINK",
"500w025",
- "SOAPY WATER",
+ "SOAPY WATER",
"500w052",
- "SOAPY WATER ",
+ "SOAPY WATER ",
"500w052",
"HOLE",
"500w026",
@@ -240,7 +240,7 @@ const char *Section5::PARSER[] = {
"WASHING MACHINE",
"500w076",
nullptr,
- "500w078"
+ "500w078",
PARSER_ITEM_END,
"CHRISTMAS LIGHTS",
"LOOK AT",
@@ -312,7 +312,7 @@ const char *Section5::PARSER[] = {
};
const seriesPlayBreak Section5::PLAY1[] = {
- { 0, 25, 0, 1, 0, -1, 2048, 0, 0, 0 },
+ { 0, 25, nullptr, 1, 0, -1, 2048, 0, 0, 0 },
{ 26, 42, "500_030", 1, 255, -1, 0, 0, 0, 0 },
{ 43, -1, "500_030", 1, 255, -1, 0, 0, 0, 0 },
PLAY_BREAK_END
More information about the Scummvm-git-logs
mailing list