[Scummvm-git-logs] scummvm master -> 0fb8f5075970caa92f27f0fd015b6795391cf3fb

dreammaster noreply at scummvm.org
Thu Feb 22 02:35:47 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:
0fb8f50759 M4: Fix softlock talking to Burl while he's eating


Commit: 0fb8f5075970caa92f27f0fd015b6795391cf3fb
    https://github.com/scummvm/scummvm/commit/0fb8f5075970caa92f27f0fd015b6795391cf3fb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-21T18:35:40-08:00

Commit Message:
M4: Fix softlock talking to Burl while he's eating

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


diff --git a/engines/m4/burger/rooms/section1/room143.cpp b/engines/m4/burger/rooms/section1/room143.cpp
index d2c154d7872..2fdc8c60089 100644
--- a/engines/m4/burger/rooms/section1/room143.cpp
+++ b/engines/m4/burger/rooms/section1/room143.cpp
@@ -1011,6 +1011,7 @@ void Room143::daemon() {
 			case 44:
 				frame = imath_ranged_rand(0, 4);
 				Series::series_play("143bu22", 0xa00, 0, kCHANGE_BURL_ANIMATION, 6, 0, 100, 0, 0, frame, frame);
+				playDigi1();
 				break;
 
 			default:




More information about the Scummvm-git-logs mailing list