[Scummvm-git-logs] scummvm master -> b712b9bc1b8df0ffbecdcd3deeba698c41a93dc7
sev-
sev at scummvm.org
Wed Jul 7 17:58:28 UTC 2021
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:
b712b9bc1b SAGA2: Fix COntainerNode creation. CID 1458090
Commit: b712b9bc1b8df0ffbecdcd3deeba698c41a93dc7
https://github.com/scummvm/scummvm/commit/b712b9bc1b8df0ffbecdcd3deeba698c41a93dc7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-07-07T19:58:06+02:00
Commit Message:
SAGA2: Fix COntainerNode creation. CID 1458090
Changed paths:
engines/saga2/contain.cpp
diff --git a/engines/saga2/contain.cpp b/engines/saga2/contain.cpp
index aa56580cee..8d43d16879 100644
--- a/engines/saga2/contain.cpp
+++ b/engines/saga2/contain.cpp
@@ -1409,6 +1409,7 @@ ContainerNode::ContainerNode(ContainerList &cl, ObjectID id, int typ) {
object = id;
owner = ownerID;
action = 0;
+ mindType = 0;
// Add to container list.
cl.add(this);
More information about the Scummvm-git-logs
mailing list