[Scummvm-git-logs] scummvm master -> 0a4b2f9a5b04ffe44137de36c5e47543ff3d4eaf

bluegr noreply at scummvm.org
Mon Nov 17 10:56:20 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:
0a4b2f9a5b TOUCHE: stop any pending speech before closing the underlying streams


Commit: 0a4b2f9a5b04ffe44137de36c5e47543ff3d4eaf
    https://github.com/scummvm/scummvm/commit/0a4b2f9a5b04ffe44137de36c5e47543ff3d4eaf
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-11-17T12:56:06+02:00

Commit Message:
TOUCHE: stop any pending speech before closing the underlying streams

Fixes bug #15515

Changed paths:
    engines/touche/resource.cpp


diff --git a/engines/touche/resource.cpp b/engines/touche/resource.cpp
index a1f33496263..140bfcb5053 100644
--- a/engines/touche/resource.cpp
+++ b/engines/touche/resource.cpp
@@ -82,6 +82,7 @@ void ToucheEngine::res_openDataFile() {
 }
 
 void ToucheEngine::res_closeDataFile() {
+	res_stopSpeech(); // stop any pending speech before closing the underlying streams
 	_fData.close();
 	_fSpeech[0].close();
 	_fSpeech[1].close();




More information about the Scummvm-git-logs mailing list