[Scummvm-git-logs] scummvm master -> 58f9f7faa430daaa9e28127315864c7f33cdf45d

dreammaster noreply at scummvm.org
Sun Aug 23 09:36:08 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:
58f9f7faa4 MADS: PHANTOM: Fix main menu cackling sound effect


Commit: 58f9f7faa430daaa9e28127315864c7f33cdf45d
    https://github.com/scummvm/scummvm/commit/58f9f7faa430daaa9e28127315864c7f33cdf45d
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-08-23T19:36:02+10:00

Commit Message:
MADS: PHANTOM: Fix main menu cackling sound effect

Changed paths:
    engines/mads/core/speech.cpp


diff --git a/engines/mads/core/speech.cpp b/engines/mads/core/speech.cpp
index f7de2628a30..a0452802cfb 100644
--- a/engines/mads/core/speech.cpp
+++ b/engines/mads/core/speech.cpp
@@ -55,6 +55,7 @@ void SpeechDir::load(Common::SeekableReadStream *src) {
 
 void speech_init() {
 	speech_system_active = true;
+	speech_on = true;
 }
 
 void speech_shutdown() {




More information about the Scummvm-git-logs mailing list