mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +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:
@ -74,6 +74,8 @@ private:
|
||||
};
|
||||
|
||||
struct NetMsgChannel : hsAtomicRefCnt {
|
||||
NetMsgChannel() : hsAtomicRefCnt(0) { }
|
||||
|
||||
uint32_t m_protocol;
|
||||
bool m_server;
|
||||
|
||||
|
Reference in New Issue
Block a user