[Scummvm-git-logs] scummvm master -> cb1b2639c378606d272832e37864a05eb751857f

aquadran noreply at scummvm.org
Mon Aug 18 08:33:56 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:
cb1b2639c3 WINTERMUTE: Coverity 1620027


Commit: cb1b2639c378606d272832e37864a05eb751857f
    https://github.com/scummvm/scummvm/commit/cb1b2639c378606d272832e37864a05eb751857f
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-08-18T10:33:50+02:00

Commit Message:
WINTERMUTE: Coverity 1620027

Changed paths:
    engines/wintermute/base/base_object.cpp


diff --git a/engines/wintermute/base/base_object.cpp b/engines/wintermute/base/base_object.cpp
index 436b40ec0fa..5368b4d76f3 100644
--- a/engines/wintermute/base/base_object.cpp
+++ b/engines/wintermute/base/base_object.cpp
@@ -122,6 +122,7 @@ BaseObject::BaseObject(BaseGame *inGame) : BaseScriptHolder(inGame) {
 	_sFXParam1 = _sFXParam2 = _sFXParam3 = _sFXParam4 = 0;
 
 	_blendMode = Graphics::BLEND_NORMAL;
+	_accessCaption = nullptr;
 }
 
 




More information about the Scummvm-git-logs mailing list