SAGA2: Fix COntainerNode creation. CID 1458090

This commit is contained in:
Eugene Sandulenko 2021-07-07 18:47:20 +02:00
parent aaecaa7395
commit b712b9bc1b
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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);