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

dreammaster noreply at scummvm.org
Sat Feb 10 23:43:27 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:
f7b559853b M4: Fix fade back in endgame cutscene


Commit: f7b559853b3de55814b09c02f0cfaef0d93241e8
    https://github.com/scummvm/scummvm/commit/f7b559853b3de55814b09c02f0cfaef0d93241e8
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-10T15:43:22-08:00

Commit Message:
M4: Fix fade back in endgame cutscene

Changed paths:
    engines/m4/burger/rooms/section7/room701.cpp


diff --git a/engines/m4/burger/rooms/section7/room701.cpp b/engines/m4/burger/rooms/section7/room701.cpp
index 861b7e9f341..098ed39d415 100644
--- a/engines/m4/burger/rooms/section7/room701.cpp
+++ b/engines/m4/burger/rooms/section7/room701.cpp
@@ -223,6 +223,7 @@ void Room701::daemon() {
 		digi_unload_stream_breaks(SERIES5);
 		digi_preload_stream_breaks(SERIES6);
 		series_stream_with_breaks(SERIES5, "703A", 6, 1, 14);
+		pal_fade_init(0, 255, 100, 30, -1);
 		break;
 
 	case 14:




More information about the Scummvm-git-logs mailing list