1
0
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:
2014-04-08 20:41:50 -07:00
parent d713a13dbe
commit 23a071860e
9 changed files with 22 additions and 14 deletions

View File

@ -74,6 +74,8 @@ private:
};
struct NetMsgChannel : hsAtomicRefCnt {
NetMsgChannel() : hsAtomicRefCnt(0) { }
uint32_t m_protocol;
bool m_server;