[Scummvm-git-logs] scummvm master -> 1898f81dab8290737757a079899e70f33d1be234

dreammaster noreply at scummvm.org
Sat Oct 19 03:31:04 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:
1898f81dab M4: RIDDLE: Properly unload loaded sounds between rooms


Commit: 1898f81dab8290737757a079899e70f33d1be234
    https://github.com/scummvm/scummvm/commit/1898f81dab8290737757a079899e70f33d1be234
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-10-18T20:30:56-07:00

Commit Message:
M4: RIDDLE: Properly unload loaded sounds between rooms

Changed paths:
    engines/m4/platform/sound/digi.cpp


diff --git a/engines/m4/platform/sound/digi.cpp b/engines/m4/platform/sound/digi.cpp
index 62e387bbbdf..027afff8181 100644
--- a/engines/m4/platform/sound/digi.cpp
+++ b/engines/m4/platform/sound/digi.cpp
@@ -170,7 +170,7 @@ void Digi::stop(uint channel, bool calledFromUnload) {
 }
 
 void Digi::flush_mem() {
-	// No implementation
+	unload_sounds();
 }
 
 void Digi::read_another_chunk() {




More information about the Scummvm-git-logs mailing list