[Scummvm-git-logs] scummvm master -> d7cf7c62599320419c766c57016a82f8be5e17c2
neuromancer
noreply at scummvm.org
Mon Jun 20 17:01:45 UTC 2022
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:
d7cf7c6259 HYPNO: fixed an uninitialized field from LibFile in boyz
Commit: d7cf7c62599320419c766c57016a82f8be5e17c2
https://github.com/scummvm/scummvm/commit/d7cf7c62599320419c766c57016a82f8be5e17c2
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-06-20T19:02:19+02:00
Commit Message:
HYPNO: fixed an uninitialized field from LibFile in boyz
Changed paths:
engines/hypno/libfile.cpp
diff --git a/engines/hypno/libfile.cpp b/engines/hypno/libfile.cpp
index d0e3b594571..c713abfd66d 100644
--- a/engines/hypno/libfile.cpp
+++ b/engines/hypno/libfile.cpp
@@ -26,6 +26,7 @@ namespace Hypno {
LibFile::LibFile() : Common::Archive() {
_libfile = nullptr;
+ _encrypted = true;
}
LibFile::~LibFile() {
More information about the Scummvm-git-logs
mailing list