mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
pnUtRef started at zero refs instead of one, and this is simpler
than finding and removing all the extra Ref() calls.
This commit is contained in:
@ -315,7 +315,7 @@ void NetVaultNode::DeallocNodeFields () {
|
||||
|
||||
//============================================================================
|
||||
NetVaultNode::NetVaultNode ()
|
||||
: fieldFlags(0), dirtyFlags(0)
|
||||
: hsAtomicRefCnt(0), fieldFlags(0), dirtyFlags(0)
|
||||
, nodeId(0), createTime(0), modifyTime(0)
|
||||
, createAgeName(nil), creatorId(0)
|
||||
, nodeType(0)
|
||||
|
Reference in New Issue
Block a user