[Scummvm-git-logs] scummvm master -> b9bffa4a2de069e087bf673775d7f8cf411de750
aquadran
noreply at scummvm.org
Mon Nov 25 07:08:22 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:
b9bffa4a2d WINTERMUTE: Fix CID: 1566378
Commit: b9bffa4a2de069e087bf673775d7f8cf411de750
https://github.com/scummvm/scummvm/commit/b9bffa4a2de069e087bf673775d7f8cf411de750
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-25T08:08:17+01:00
Commit Message:
WINTERMUTE: Fix CID: 1566378
Changed paths:
engines/wintermute/ext/wme_blackandwhite.h
diff --git a/engines/wintermute/ext/wme_blackandwhite.h b/engines/wintermute/ext/wme_blackandwhite.h
index d33c16e50f1..9d187afeb13 100644
--- a/engines/wintermute/ext/wme_blackandwhite.h
+++ b/engines/wintermute/ext/wme_blackandwhite.h
@@ -40,7 +40,7 @@ public:
~SXBlackAndWhite() override;
private:
- PostFilter _postFilterMode;
+ PostFilter _postFilterMode{};
};
} // End of namespace Wintermute
More information about the Scummvm-git-logs
mailing list