[Scummvm-git-logs] scummvm master -> 8cac09578419508d799d21bbf4493052eb05f7fc

eriktorbjorn noreply at scummvm.org
Sun May 18 16:37:17 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:
8cac095784 SCUMM: Fix crash when using the wrong Mac Dig executable


Commit: 8cac09578419508d799d21bbf4493052eb05f7fc
    https://github.com/scummvm/scummvm/commit/8cac09578419508d799d21bbf4493052eb05f7fc
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-05-18T18:37:01+02:00

Commit Message:
SCUMM: Fix crash when using the wrong Mac Dig executable

Changed paths:
    engines/scumm/scumm_v7.h


diff --git a/engines/scumm/scumm_v7.h b/engines/scumm/scumm_v7.h
index 9f5ba82769d..50b4cf5fbc4 100644
--- a/engines/scumm/scumm_v7.h
+++ b/engines/scumm/scumm_v7.h
@@ -54,7 +54,7 @@ protected:
 
 	bool _smushActive = false;
 
-	Insane *_insane;
+	Insane *_insane = nullptr;
 
 public:
 	void syncSoundSettings() override;




More information about the Scummvm-git-logs mailing list