[Scummvm-git-logs] scummvm master -> 716fbe707f076f365c8f906532bf12cd66dce98e

dreammaster noreply at scummvm.org
Fri Feb 9 03:21:07 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:
716fbe707f M4: Fix duplicated Wilbur when giving collar to Vipe


Commit: 716fbe707f076f365c8f906532bf12cd66dce98e
    https://github.com/scummvm/scummvm/commit/716fbe707f076f365c8f906532bf12cd66dce98e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-08T19:20:59-08:00

Commit Message:
M4: Fix duplicated Wilbur when giving collar to Vipe

Changed paths:
    engines/m4/burger/rooms/section4/room405.cpp


diff --git a/engines/m4/burger/rooms/section4/room405.cpp b/engines/m4/burger/rooms/section4/room405.cpp
index 48a21315ccc..49ae05296c9 100644
--- a/engines/m4/burger/rooms/section4/room405.cpp
+++ b/engines/m4/burger/rooms/section4/room405.cpp
@@ -762,7 +762,7 @@ void Room405::daemon() {
 
 	case 26:
 		_vp03.terminate();
-		Series::series_play("405wi01", 0x100, 0, -1, 600, -1, 100, 0, 0, 18, 18);
+		_vp03.play("405wi01", 0x100, 0, -1, 600, -1, 100, 0, 0, 18, 18);
 		Series::series_play("405vp09", 0x900, 0, 27, 7, 0, 100, 0, 0, 0, 3);
 		break;
 




More information about the Scummvm-git-logs mailing list