[Scummvm-git-logs] scummvm master -> 15a33c34efb6e642d56a481943a054b94dfaa544

Strangerke noreply at scummvm.org
Tue Jul 1 04:41:21 UTC 2025


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:
15a33c34ef M4: RIDDLE: Partial fix for bug #16064 in room 701 - Fix background music stopping to play when picking the brochure


Commit: 15a33c34efb6e642d56a481943a054b94dfaa544
    https://github.com/scummvm/scummvm/commit/15a33c34efb6e642d56a481943a054b94dfaa544
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-01T05:41:14+01:00

Commit Message:
M4: RIDDLE: Partial fix for bug #16064 in room 701 - Fix background music stopping to play when picking the brochure

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


diff --git a/engines/m4/riddle/rooms/section7/room701.cpp b/engines/m4/riddle/rooms/section7/room701.cpp
index f1c627b40c6..37d8da115f4 100644
--- a/engines/m4/riddle/rooms/section7/room701.cpp
+++ b/engines/m4/riddle/rooms/section7/room701.cpp
@@ -92,7 +92,7 @@ void Room701::init() {
 	}
 
 	digi_preload("701_s01", -1);
-	digi_play_loop("701_s01", 2, 45, -1, -1);
+	digi_play_loop("701_s01", 3, 45, -1, -1);
 }
 
 void Room701::pre_parser() {




More information about the Scummvm-git-logs mailing list